[MPlayer-DOCS] CVS: main/DOCS/tech mpcf.txt,1.41,1.42
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Wed Apr 7 15:00:36 CEST 2004
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv27209
Modified Files:
mpcf.txt
Log Message:
language_code & fourcc vb->v reversal
version 0->1, 0 was NUT with subpackets :)
stream_id < stream_count rule (otherwise stream[stream_id] would be problematic ...)
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mpcf.txt 5 Apr 2004 12:06:30 -0000 1.41
+++ mpcf.txt 7 Apr 2004 13:00:33 -0000 1.42
@@ -115,9 +115,9 @@
packet_header
stream_id v
stream_class v
- fourcc v
+ fourcc vb
average_bitrate v
- language_code v
+ language_code vb
time_base_nom v
time_base_denom v
msb_timestamp_shift v
@@ -234,13 +234,13 @@
the first bit is allways set
version
- 0 for now
+ 1 for now
stream_id
Note: streams with a lower relative class MUST have a lower relative id
so a stream with class 0 MUST allways have a id which is lower then any
stream with class > 0
- streams should use low ids
+ stream_id MUST be < stream_count
stream_class
0 video
More information about the MPlayer-DOCS
mailing list