[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.112,1.113
Oded Shimon CVS
syncmail at mplayerhq.hu
Sat Feb 25 19:51:49 CET 2006
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv7908/DOCS/tech
Modified Files:
mpcf.txt
Log Message:
use short 'type' names
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- mpcf.txt 25 Feb 2006 18:48:52 -0000 1.112
+++ mpcf.txt 25 Feb 2006 18:51:46 -0000 1.113
@@ -279,14 +279,14 @@
type vb
value vb
}else if (value==-3){
- type= "signed integer"
+ type= "s"
value s
}else if (value<-3){
- type= "rational"
+ type= "r"
value.den= -value-3
value.num s
}else{
- type= "unsigned integer"
+ type= "v"
}
}
reserved_bytes
@@ -643,6 +643,9 @@
type
for example: "UTF8" -> string or "JPEG" -> JPEG image
+ "v" -> unsigned integer
+ "s" -> signed integer
+ "r" -> rational
Note: nonstandard fields should be prefixed by "X-"
Note: MUST be less than 6 byte long (might be increased to 64 later)
More information about the MPlayer-cvslog
mailing list