From a712d725c0d466cc3672d626883319ef828ca8d6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 15 Feb 2008 02:57:19 +0000 Subject: Header elision muxing support. This only removes 2 bytes from MP3 and MP2 currently. Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer. Primitive code to remove headers from MPEG-1/2/4 is there too but for the single file I tried it on (the one in the regression tests), it was a loss because all video frames were >4096 byte, so that it is disabled ATM. Originally committed as revision 11936 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/libav.regression.ref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libav.regression.ref') diff --git a/tests/libav.regression.ref b/tests/libav.regression.ref index 4791dc09b4..edee7aec09 100644 --- a/tests/libav.regression.ref +++ b/tests/libav.regression.ref @@ -30,8 +30,8 @@ f8ad5bd78f4d012a8ce9570aa395ac54 *./tests/data/b-libav.flv 2ba41cf880aa5cb87e8a08fdb735398d *./tests/data/b-libav.gxf 814640 ./tests/data/b-libav.gxf ./tests/data/b-libav.gxf CRC=0xa376c09e -868101eb2d9f8fe128f84399d450633e *./tests/data/b-libav.nut -329785 ./tests/data/b-libav.nut +7e8f5cfb9c1c0ac60260a10e2f72f3ea *./tests/data/b-libav.nut +329347 ./tests/data/b-libav.nut ./tests/data/b-libav.nut CRC=0x400c29e9 43238b15f1012aa27536c2be20bb2383 *./tests/data/b-libav.mkv 329854 ./tests/data/b-libav.mkv -- cgit v1.2.3