• michael's avatar
    2 byte shorter userdata for mpeg4 · f1767683
    michael authored
    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)
    
    
    git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
    f1767683
h263.c 205 KB