store a identifer and the first header in extradata
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Nov 2006 11:31:02 +0000 (11:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Nov 2006 11:31:02 +0000 (11:31 +0000)
commiteea784dab00d9f123c508d3e0c6b16e4f3123bb0
treeb22d18e406c1e70f6f05bd26e4be8cd8aace79c1
parentf889d3f9e4280a9cc81895fc2fed137f0a0c08ac
store a identifer and the first header in extradata
with this mp3 should be binary identical to what you had before header compression
support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?)

Originally committed as revision 6960 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bitstream_filter.c