[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.125,1.126

Oded Shimon CVS syncmail at mplayerhq.hu
Sun Mar 5 08:06:36 CET 2006


CVS change done by Oded Shimon CVS

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

Modified Files:
	mpcf.txt 
Log Message:
cosmetics, rename max_size to max_frame_size


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- mpcf.txt	4 Mar 2006 16:30:25 -0000	1.125
+++ mpcf.txt	5 Mar 2006 07:06:34 -0000	1.126
@@ -166,7 +166,7 @@
     time_base_denom                     v
     msb_pts_shift                       v
     max_pts_distance                    v
-    max_size                            v
+    max_frame_size                      v
     decode_delay                        v
     reserved                            u(7)
     fixed_fps                           u(1)
@@ -407,10 +407,10 @@
     Note that last_pts is not necessarily the pts of the last frame
     on the same stream, as it is altered by syncpoint timestamps.
 
-max_size
+max_frame_size
     max frame size without a checksum after the frameheader.
-    MUST be <=4*max_distance. If stored value is bigger than max_size MUST
-    be set to 4*max_distance .
+    MUST be <=4*max_distance. If stored value is bigger then
+    max_frame_size MUST be set to 4*max_distance .
 
 stream_id
     Stream identifier
@@ -512,8 +512,8 @@
     end presentation time of the final frame.
     An EOR set stream is unset by the first content frames.
     EOR can only be unset in streams with zero decode_delay .
-    FLAG_CHECKSUM must be set if the frame is larger than max_size or its
-    pts differs by more then max_pts_distance from the last frame
+    FLAG_CHECKSUM MUST be set if the frame is larger than max_frame_size or
+    its pts differs by more then max_pts_distance from the last frame
 
 stream_id_plus1[frame_code]
     must be <250
@@ -569,7 +569,7 @@
     frames are NOT exempt from this rule)
 
 width/height
-    MUST be set to the coded width/height, MUST not be 0
+    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
@@ -584,7 +584,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, MUST not be 0
+    the number of samples per second, MUST NOT be 0
 
 crc32 checksum
     Generator polynomial is 0x104C11DB7. Starting value is zero.




More information about the MPlayer-cvslog mailing list