[xiph-commits] r16357 - branches/theora-thusnelda/lib/enc

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jul 28 20:13:18 PDT 2009


Author: tterribe
Date: 2009-07-28 20:13:18 -0700 (Tue, 28 Jul 2009)
New Revision: 16357

Modified:
   branches/theora-thusnelda/lib/enc/rate.c
Log:
Initialize twopass_force_kf, so we don't accidentally force everything to be
 a keyframe when we're not in pass-2 mode.


Modified: branches/theora-thusnelda/lib/enc/rate.c
===================================================================
--- branches/theora-thusnelda/lib/enc/rate.c	2009-07-28 21:02:27 UTC (rev 16356)
+++ branches/theora-thusnelda/lib/enc/rate.c	2009-07-29 03:13:18 UTC (rev 16357)
@@ -286,6 +286,7 @@
   }
   _rc->twopass=0;
   _rc->twopass_buffer_bytes=0;
+  _rc->twopass_force_kf=0;
   _rc->frame_metrics=NULL;
 }
 



More information about the commits mailing list