Displaying 1 result from an estimated 1 matches for "prevframelimit".
2008 Nov 19
1
Question about updated block list history in the encoder
...updated in the current interframe is,
but I'm sure there's a good one (perhaps it's to further refine the
updated fragments). However, the way keyframes are handled in this
history seems very counter-intuitive to me.
When PrevFragments is initialized in ScanYUVInit(),
PrevFragments[PrevFrameLimit-1] is set to BLOCK_CODED, which, although
pointed out in the comments would be what you would expect for the very
first keyframe if YUVAnalyseFrame() was called when coding the first
keyframe, I would argue that PrevFragments[1] should have been set
instead. In either case this seems odd to me,...