diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-09 10:58:23 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-09 10:58:23 +0000 |
commit | 4fa5b22cdc38e6c7b9e6a624f2a35c725fa51187 (patch) | |
tree | 7c4cb693d76de4d4cfde2cb768a0cfbc006736b3 /DOCS | |
parent | 07dbef2a3139d850805649d994bc2a641081342b (diff) |
encoding the whole name doesnt make sense
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9362 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/mpcf.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 7d5766ec29..6701c02678 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -93,8 +93,8 @@ stream_header: 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 @@ fixed_fps 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 |