diff options
author | Vladimir Pantelic <vladoman@gmail.com> | 2011-02-09 16:24:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-11 02:54:08 +0100 |
commit | 6ff532b95d57444270696112f85b468f7fe5d422 (patch) | |
tree | 638ee4c02f90debab7c04be0e8cbd52908b9c9ea | |
parent | 4a5a16898fd0873a32a527ab6665e55d0250ec1a (diff) | |
download | ffmpeg-6ff532b95d57444270696112f85b468f7fe5d422.tar.gz |
mpegts: remove unused macro MAX_SCAN_PACKETS
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f4c79d1e0b2e797012304db57903e4091b0c2d7c)
-rw-r--r-- | libavformat/mpegts.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 8467e85a04..e8d82ac21c 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 |