clarify pts related stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20476 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2006-10-28 00:11:53 +00:00
parent c68aea6ebd
commit e4a9ff8c04
1 changed files with 8 additions and 0 deletions

View File

@ -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