mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
attempt to fix the unbound future frame issue with keyframes on the muxer side
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20649 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
acec757142
commit
157b4b952e
@ -51,6 +51,11 @@ keyframe
|
||||
by droping n out of the set of frames which must be decodable, if this
|
||||
is still insufficient then n+1 shall be droped, and so on until there is
|
||||
a keyframe
|
||||
every frame which is marked as a keyframe MUST be a keyframe according to
|
||||
the defintion above, a muxer MUST mark every frame it knows is a keyframe
|
||||
as such, a muxer SHOULD NOT analyze future frames to determine the
|
||||
keyframe status of the current frame but instead just set the frame as
|
||||
non keyframe
|
||||
(FIXME maybe move somewhere else?)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user