summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 07:58:07 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-25 07:58:07 +0000
commit3b985a41e6d57f6d99c536655846040b2e6c802f (patch)
treeccc0821bb259861da5719dc4dde9f71e1c278329 /DOCS
parent64b3deff24c6fbe9561e75d97a66848a20d709a6 (diff)
downloadmpv-3b985a41e6d57f6d99c536655846040b2e6c802f.tar.bz2
mpv-3b985a41e6d57f6d99c536655846040b2e6c802f.tar.xz
switch to using vlc for stream_flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17940 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 72f4c8fc3b..05359995b2 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -198,8 +198,7 @@ stream_header:
msb_pts_shift v
max_pts_distance v
decode_delay v
- reserved u(7)
- fixed_fps u(1)
+ stream_flags v
codec_specific_data vb
if(stream_class == video){
width v
@@ -441,7 +440,7 @@ fourcc
time_base_nom / time_base_denom = time_base
the length of a timer tick in seconds, this MUST be equal to the 1/fps
- if fixed_fps is 1
+ if FLAG_FIXED_FPS is set
time_base_nom and time_base_denom MUST NOT be 0
time_base_nom and time_base_denom MUST be relatively prime
time_base_denom MUST be < 2^31
@@ -497,8 +496,9 @@ decode_delay
B-frames, may be larger for future codecs
decode_delay MUST NOT be set higher than necessary for a codec.
-fixed_fps
- 1 indicates that the fps is fixed
+stream_flags
+ Bit Name Description
+ 1 FLAG_FIXED_FPS indicates that the fps is fixed
codec_specific_data
private global data for a codec (could be huffman tables or ...)