[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.115,1.116

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Mar 1 14:36:36 CET 2006


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv18543

Modified Files:
	mpcf.txt 
Log Message:
width/height/samplerate MUST not be 0


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- mpcf.txt	1 Mar 2006 13:35:09 -0000	1.115
+++ mpcf.txt	1 Mar 2006 13:36:33 -0000	1.116
@@ -535,7 +535,7 @@
     frames are NOT exempt from this rule)
 
 width/height
-    MUST be set to the coded width/height
+    MUST be set to the coded width/height, MUST not be 0
 
 sample_width/sample_height (aspect ratio)
     sample_width is the horizontal distance between samples
@@ -550,7 +550,7 @@
     18    ITU Rec 709               Y range:  0..255 Cb/Cr range:  0..255
 
 samplerate_nom / samplerate_denom = samplerate
-    the number of samples per second
+    the number of samples per second, MUST not be 0
 
 crc32 checksum
     Generator polynomial is 0x04C11DB7. Starting value is zero.




More information about the MPlayer-cvslog mailing list