summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 21:40:13 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 21:40:13 +0000
commit157b4b952e1f2745986b8aaecfaf0969aca69c7c (patch)
treeed60fa80d23e3ef0524b07dcbf67f360ab9bc3c0
parentacec757142248c8dc04ca4ad45521d1d9242ae54 (diff)
downloadmpv-157b4b952e1f2745986b8aaecfaf0969aca69c7c.tar.bz2
mpv-157b4b952e1f2745986b8aaecfaf0969aca69c7c.tar.xz
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
-rw-r--r--DOCS/tech/nut.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index 2f68e459d9..0082426351 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -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?)