summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-05 07:06:34 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-05 07:06:34 +0000
commit1a2d5629813efd5502d7a9b592f963fbdf360251 (patch)
tree6a744d135e15e9a0c61fb396704b855e663154d5 /DOCS
parent1125a729004bb245fee8dc9dc8f830bdb1229e3e (diff)
downloadmpv-1a2d5629813efd5502d7a9b592f963fbdf360251.tar.bz2
mpv-1a2d5629813efd5502d7a9b592f963fbdf360251.tar.xz
cosmetics, rename max_size to max_frame_size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17731 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 5ed0579a60..eaf370fad3 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -166,7 +166,7 @@ stream_header:
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 @@ max_pts_distance
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 @@ flags[frame_code], frame_flags
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 @@ dts
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 @@ colorspace_type
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.