OSDN Git Service

mpegts: remove unused macro MAX_SCAN_PACKETS
authorVladimir Pantelic <vladoman@gmail.com>
Wed, 9 Feb 2011 16:24:23 +0000 (16:24 +0000)
committerMans Rullgard <mans@mansr.com>
Wed, 9 Feb 2011 16:56:51 +0000 (16:56 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/mpegts.c

index 8467e85..e8d82ac 100644 (file)
@@ -33,9 +33,6 @@
 #include "mpeg.h"
 #include "isom.h"
 
-/* 1.0 second at 24Mbit/s */
-#define MAX_SCAN_PACKETS 32000
-
 /* maximum size in which we look for synchronisation if
    synchronisation is lost */
 #define MAX_RESYNC_SIZE 65536