diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-15 02:57:19 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-15 02:57:19 +0000 |
commit | a712d725c0d466cc3672d626883319ef828ca8d6 (patch) | |
tree | 66f53d2a34f5110f8b99530779f6bd24fcf77c76 /tests/libav.regression.ref | |
parent | 3b4f69ae8ceac45dd815d26e17d83a7dda4c4057 (diff) | |
download | ffmpeg-a712d725c0d466cc3672d626883319ef828ca8d6.tar.gz |
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
Diffstat (limited to 'tests/libav.regression.ref')
-rw-r--r-- | tests/libav.regression.ref | 4 |
1 files changed, 2 insertions, 2 deletions
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 |