mirror of https://github.com/mpv-player/mpv
clarify pts related stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20476 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c68aea6ebd
commit
e4a9ff8c04
|
@ -549,6 +549,11 @@ flags[frame_code], frame_flags
|
|||
max_pts_distance (where pts represents this frame's pts and last_pts is
|
||||
defined as below).
|
||||
|
||||
last_pts
|
||||
the timestamp of the last frame with the same stream_id as the current
|
||||
if there is no such frame between the last syncpoint and the current
|
||||
frame then the syncpoint timestamp is used, see global_key_pts
|
||||
|
||||
stream_id[frame_code]
|
||||
MUST be <250
|
||||
|
||||
|
@ -560,6 +565,9 @@ data_size_lsb[frame_code]
|
|||
|
||||
pts_delta[frame_code]
|
||||
MUST be <16384 and >-16384
|
||||
if FLAG_CODED_PTS is set in the flags of the current frame then this
|
||||
value MUST be ignored, if FLAG_CODED_PTS is not set then pts_delta is the
|
||||
difference between the current pts and last_pts
|
||||
|
||||
reserved_count[frame_code]
|
||||
MUST be <256
|
||||
|
|
Loading…
Reference in New Issue