diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-08 18:32:54 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-08 18:32:54 +0000 |
commit | bf75a7c1c82622463128999c57187928f6219e6b (patch) | |
tree | c08ab91563308a27f9a7e8f021ae705552a1a736 /DOCS | |
parent | 0f6d5e4fd967468f813daf359123b2047f9dc167 (diff) |
simple 1 line definition of what a keyframe is
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20788 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/nut.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt index bb081560b2..e43173bc44 100644 --- a/DOCS/tech/nut.txt +++ b/DOCS/tech/nut.txt @@ -51,6 +51,8 @@ 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 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 |