neutrino: Tripledragon can only record one TS at once

This commit is contained in:
Stefan Seyfried
2011-10-02 21:05:54 +02:00
parent 3764ca7da0
commit 7368fad7ba

View File

@@ -49,7 +49,12 @@
#define REC_MAX_APIDS 10
#define FILENAMEBUFFERSIZE 1024
#if HAVE_TRIPLEDRAGON
/* I'm not able to get it to work with more than 1 recording at a time :-( */
#define RECORD_MAX_COUNT 1
#else
#define RECORD_MAX_COUNT 8
#endif
#define TSHIFT_MODE_OFF 0
#define TSHIFT_MODE_TEMPORAER 1