[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.139,1.140

Oded Shimon CVS syncmail at mplayerhq.hu
Sat Mar 11 16:26:42 CET 2006


CVS change done by Oded Shimon CVS

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

Modified Files:
	mpcf.txt 
Log Message:
move bit flags to be more convinient...


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- mpcf.txt	11 Mar 2006 10:19:02 -0000	1.139
+++ mpcf.txt	11 Mar 2006 15:26:39 -0000	1.140
@@ -497,14 +497,14 @@
 
 flags[frame_code], frame_flags
     Bit  Name             Description
-      1  FLAG_SIZE_MSB    if set, data_size_msb is at frame header,
-                          otherwise data_size_msb is 0
-      2  FLAG_CHECKSUM    if set then the frame header contains a checksum
-      4  FLAG_KEY         if set, frame is keyframe
-      8  FLAG_EOR         if set, stream has no relevance on
-                          presentation. (EOR)
-    256  FLAG_CODED       if set, coded_flags are stored in the frame header.
-    512  FLAG_INVALID     if set, frame_code is invalid.
+       1  FLAG_KEY         if set, frame is keyframe
+       2  FLAG_EOR         if set, stream has no relevance on
+      32  FLAG_SIZE_MSB    if set, data_size_msb is at frame header,
+                           otherwise data_size_msb is 0
+      64  FLAG_CHECKSUM    if set then the frame header contains a checksum
+                           presentation. (EOR)
+    4096  FLAG_CODED       if set, coded_flags are stored in the frame header.
+    8192  FLAG_INVALID     if set, frame_code is invalid.
 
     EOR frames MUST be zero-length and must be set keyframe.
     All streams SHOULD end with EOR, where the pts of the EOR indicates the




More information about the MPlayer-cvslog mailing list