mirror of https://github.com/mpv-player/mpv
keyframe definition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20638 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
926e9e1c82
commit
27ec7953fd
|
@ -41,6 +41,13 @@ Definitions:
|
|||
MUST the specific part must be done to conform to this standard
|
||||
SHOULD it is recommended to be done that way, but not strictly required
|
||||
|
||||
keyframe
|
||||
a frame which can be decoded correctly on its own (=without using
|
||||
information from any other frames)
|
||||
if no such frames exist in a codec (for example due to use of overlapped
|
||||
transforms like the MDCT in an audio codec) then a keyframe shall be any
|
||||
frame from which onward all frames can be decoded correctly
|
||||
(FIXME maybe move somewhere else?)
|
||||
|
||||
|
||||
Syntax:
|
||||
|
|
Loading…
Reference in New Issue