[Mplayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.17,1.18
Michael Niedermayer CVS
michael at mplayerhq.hu
Sun Feb 9 11:58:27 CET 2003
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv30167
Modified Files:
mpcf.txt
Log Message:
encoding the whole name doesnt make sense
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mpcf.txt 9 Feb 2003 10:54:35 -0000 1.17
+++ mpcf.txt 9 Feb 2003 10:58:23 -0000 1.18
@@ -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
More information about the MPlayer-cvslog
mailing list