[SCM] libav/experimental: mpegts: remove unused macro MAX_SCAN_PACKETS

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:23:28 UTC 2013


The following commit has been merged in the experimental branch:
commit f4c79d1e0b2e797012304db57903e4091b0c2d7c
Author: Vladimir Pantelic <vladoman at gmail.com>
Date:   Wed Feb 9 16:24:23 2011 +0000

    mpegts: remove unused macro MAX_SCAN_PACKETS
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 8467e85..e8d82ac 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list