[Ffmpeg-devel] [RFC] ZMBV encoder

Aurelien Jacobs aurel
Thu Dec 7 11:25:09 CET 2006


On Thu, 7 Dec 2006 06:35:30 +0200
Kostya <kostya.shishkov at gmail.com> wrote:

> On Tue, Dec 05, 2006 at 03:52:01PM +0100, Michael Niedermayer wrote:
> > Hi
> > 
> [...] 
> > [...]
> > 
> > > +    c->curfrm = c->curfrm++;
> > 
> > what is this?
> 
> forcing keyframe every n frames

I guess what Michael wondered about was this:
+    c->curfrm = c->curfrm++;
vs. this:
+    c->curfrm++;

Aurel




More information about the ffmpeg-devel mailing list