summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 13:30:45 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 13:30:45 +0000
commit20a1d14b63a4ecf3c4b89ec942d2e23575ea8f6c (patch)
treef88a1112476548ac99354b47b164bbe9e020d011 /DOCS/tech/mpcf.txt
parent9d6ad5ab21d4aa8dd98b760ea93ad720f7a4138d (diff)
downloadmpv-20a1d14b63a4ecf3c4b89ec942d2e23575ea8f6c.tar.bz2
mpv-20a1d14b63a4ecf3c4b89ec942d2e23575ea8f6c.tar.xz
better max for frame code values, still allowing compact implementation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17826 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-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 7d450a7b78..dcc5cd7308 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -516,20 +516,20 @@ flags[frame_code], frame_flags
its pts differs by more then max_pts_distance from the last frame
stream_id_plus1[frame_code]
- must be <250
+ MUST be <256
if it is 0, then the stream_id is coded in the frame
data_size_mul[frame_code]
- must be <16384
+ MUST be <65536
data_size_lsb[frame_code]
- must be <16384
+ MUST be <65536
pts_delta[frame_code]
- must be <16384 and >-16384
+ MUST be <32768 and >-32768
reserved_count[frame_code]
- must be <256
+ MUST be <256
data_size
data_size= data_size_lsb + data_size_msb*data_size_mul;