tsdemux: Remove unused macros

This commit is contained in:
Edward Hervey 2013-07-29 08:28:17 +02:00
parent edd69b2989
commit a45aa8fe48

View file

@ -51,21 +51,9 @@
* See TODO for explanations on improvements needed
*/
/* latency in mseconds */
#define TS_LATENCY 700
#define TABLE_ID_UNSET 0xFF
#define CONTINUITY_UNSET 255
#define MAX_CONTINUITY 15
#define PCR_WRAP_SIZE_128KBPS (((gint64)1490)*(1024*1024))
/* small PCR for wrap detection */
#define PCR_SMALL 17775000
/* maximal PCR time */
#define PCR_MAX_VALUE (((((guint64)1)<<33) * 300) + 298)
#define PTS_DTS_MAX_VALUE (((guint64)1) << 33)
/* Seeking/Scanning related variables */
/* seek to SEEK_TIMESTAMP_OFFSET before the desired offset and search then