diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 8467e85a04c0946bb710f6a982f5f68b92792cfe..e8d82ac21c5b29893f388899acdf6b22b5eaa0d7 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -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