changeset 20633:44ea011155d1

attempt to fix the unbound future frame issue with keyframes on the muxer side
author michael
date Fri, 03 Nov 2006 21:40:13 +0000
parents a643da41b3b9
children 32b693286d0b
files DOCS/tech/nut.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/nut.txt	Fri Nov 03 21:36:11 2006 +0000
+++ b/DOCS/tech/nut.txt	Fri Nov 03 21:40:13 2006 +0000
@@ -51,6 +51,11 @@
     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?)