tsdemux: Remove unused macros
authorEdward Hervey <edward@collabora.com>
Mon, 29 Jul 2013 06:28:17 +0000 (08:28 +0200)
committerEdward Hervey <edward@collabora.com>
Mon, 29 Jul 2013 07:42:12 +0000 (09:42 +0200)
gst/mpegtsdemux/tsdemux.c

index 9275777..f254a40 100644 (file)
  * 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