OSDN Git Service

Header elision muxing support.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 15 Feb 2008 02:57:19 +0000 (02:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 15 Feb 2008 02:57:19 +0000 (02:57 +0000)
commita712d725c0d466cc3672d626883319ef828ca8d6
tree66f53d2a34f5110f8b99530779f6bd24fcf77c76
parent3b4f69ae8ceac45dd815d26e17d83a7dda4c4057
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
libavformat/nutenc.c
tests/libav.regression.ref
tests/seek.regression.ref