# HG changeset patch # User michael # Date 1162590013 0 # Node ID 44ea011155d1bd6ea8171909e4b57630306d4122 # Parent a643da41b3b9b3b8efbc0ce52d92df6623e7ba08 attempt to fix the unbound future frame issue with keyframes on the muxer side diff -r a643da41b3b9 -r 44ea011155d1 DOCS/tech/nut.txt --- 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?)