mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
revert last change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17827 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
20a1d14b63
commit
6557c02bc4
@ -516,17 +516,17 @@ 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 <256
|
||||
MUST be <250
|
||||
if it is 0, then the stream_id is coded in the frame
|
||||
|
||||
data_size_mul[frame_code]
|
||||
MUST be <65536
|
||||
MUST be <16384
|
||||
|
||||
data_size_lsb[frame_code]
|
||||
MUST be <65536
|
||||
MUST be <16384
|
||||
|
||||
pts_delta[frame_code]
|
||||
MUST be <32768 and >-32768
|
||||
MUST be <16384 and >-16384
|
||||
|
||||
reserved_count[frame_code]
|
||||
MUST be <256
|
||||
|
Loading…
Reference in New Issue
Block a user