# HG changeset patch # User michael # Date 1044788303 0 # Node ID 06c106f23a41e10037c384057c994db3bbea544c # Parent add934b25d6dd06054635862550852ac82510ea2 encoding the whole name doesnt make sense diff -r add934b25d6d -r 06c106f23a41 DOCS/tech/mpcf.txt --- a/DOCS/tech/mpcf.txt Sun Feb 09 10:54:35 2003 +0000 +++ b/DOCS/tech/mpcf.txt Sun Feb 09 10:58:23 2003 +0000 @@ -93,8 +93,8 @@ index_flag u(1) reserved u(6) for(;;){ - codec_specific_data_type b - if(codec_specific_data_type=="") break; + codec_specific_data_type v + if(codec_specific_data_type==0) break; codec_specific_data b } @@ -255,8 +255,12 @@ 1 indicates that the fps is fixed codec_specific_data_type - "bitmapinfoheader", "waveformatex", "imagedesc", "sounddesc", - "native" + 0 end + 1 native + 2 bitmapinfoheader + 3 waveformatex + 4 imagedesc + 5 sounddesc "native", means a simple api & container independanet storage form, for example some mpeg4-es headers