[xiph-commits] r16468 - trunk/theora/lib
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Wed Aug 12 03:23:02 PDT 2009
Author: tterribe
Date: 2009-08-12 03:23:01 -0700 (Wed, 12 Aug 2009)
New Revision: 16468
Modified:
trunk/theora/lib/analyze.c
Log:
If I'm going to put in the useless line to silence the stupid compiler warnings,
actually do the proper assignment.
Modified: trunk/theora/lib/analyze.c
===================================================================
--- trunk/theora/lib/analyze.c 2009-08-12 03:49:56 UTC (rev 16467)
+++ trunk/theora/lib/analyze.c 2009-08-12 10:23:01 UTC (rev 16468)
@@ -2055,7 +2055,7 @@
if(modes[OC_MODE_GOLDEN_NOMV].cost<modes[mb_mode].cost){
mb_mode=OC_MODE_GOLDEN_NOMV;
}
- mb_mv_bits_0=mb_gmv_bits_0;
+ mb_mv_bits_0=mb_gmv_bits_0=0;
}
mb_modes[mbi]=mb_mode;
/*Propagate the MVs to the luma blocks.*/
More information about the commits
mailing list