Mercurial > mplayer.hg
changeset 9361:06c106f23a41
encoding the whole name doesnt make sense
author | michael |
---|---|
date | Sun, 09 Feb 2003 10:58:23 +0000 |
parents | add934b25d6d |
children | 0bbc0192dc45 |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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