summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-10 14:28:11 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-10 14:28:11 +0000
commit7f204aec11a75c0a8b470aa5ef5598fee8a09345 (patch)
treea049e3fa569d8e8f69fd2d9ac9e1f6a0456363d7 /DOCS/tech/mpcf.txt
parent09053751fda8c1a0666dc8d245e698d7f94cd457 (diff)
downloadmpv-7f204aec11a75c0a8b470aa5ef5598fee8a09345.tar.bz2
mpv-7f204aec11a75c0a8b470aa5ef5598fee8a09345.tar.xz
drop max_frame_size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r--DOCS/tech/mpcf.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 716db2b508..5b74a4ecd2 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -170,7 +170,6 @@ stream_header:
time_base_denom v
msb_pts_shift v
max_pts_distance v
- max_frame_size v
decode_delay v
reserved u(7)
fixed_fps u(1)
@@ -401,17 +400,15 @@ max_distance
SHOULD be set to <=32768
if the stored value is >65536 then max_distance MUST be set to 65536
+ this is also the max frame size without a checksum after the frameheader.
+
+
max_pts_distance
max absoloute difference of pts of new frame from last_pts in the
timebase of the stream, without a checksum after the frameheader
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_frame_size
- max frame size without a checksum after the frameheader.
- 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
stream_id MUST be < stream_count
@@ -512,7 +509,7 @@ 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_frame_size or
+ FLAG_CHECKSUM MUST be set if the frame is larger than max_distance or
its pts differs by more then max_pts_distance from the last frame
stream_id_plus1[frame_code]