OSDN Git Service

Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 22 Nov 2009 02:07:10 +0000 (02:07 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 22 Nov 2009 02:07:10 +0000 (02:07 +0000)
commitaca857ecd37aaca7b48117f9d4b107dce143e3e6
treed079216e67922966543320d7e9de573dfc4ff385
parent4e878a1898c05dca6a14cecc486673fdc775b94d
Do not write an extra byte in the iTunes 'hdlr' tag.  The files on iTMS have an
extra byte and are not compliant with ISO 14496-12.  This causes some strict
demuxers (notably the MPEG-4 ALS reference software) to fail.  It has been
confirmed that not writing the extra byte will still allow the generated MP4
files to work with QuickTime/iTunes/iPod.

Originally committed as revision 20571 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/movenc.c