Mercurial > mplayer.hg
changeset 20772:b58788cc1b27
simple 1 line definition of what a keyframe is
author | michael |
---|---|
date | Wed, 08 Nov 2006 18:32:54 +0000 |
parents | 1e78e35b6c7b |
children | ef6ce7551081 |
files | DOCS/tech/nut.txt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/nut.txt Wed Nov 08 18:31:04 2006 +0000 +++ b/DOCS/tech/nut.txt Wed Nov 08 18:32:54 2006 +0000 @@ -51,6 +51,8 @@ SHOULD it is recommended to be done that way, but not strictly required keyframe + A keyframe is a frame from which you can start decoding, a more + exact definition is below The nth frame is a keyframe if and only if frames n, n+1, ... in presentation order (that are all frames with a pts >= frame[n].pts) can be decoded successfully without reference to frames prior n in storeage