Mercurial > libavcodec.hg
comparison Makefile @ 1795:920e6381e1fe libavcodec
2 byte shorter userdata for mpeg4
in the past it was startcode,string,00,7F,startcode
now it is startcode,string,stratcode
both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now)
author | michael |
---|---|
date | Sun, 08 Feb 2004 22:52:35 +0000 |
parents | 5e5c3d4a1e82 |
children | 95612d423fde |
comparison
equal
deleted
inserted
replaced
1794:d133b4ad0620 | 1795:920e6381e1fe |
---|