[xiph-commits] r17649 - trunk/theora/lib

oggk at svn.xiph.org oggk at svn.xiph.org
Thu Nov 25 07:23:36 PST 2010


Author: oggk
Date: 2010-11-25 07:23:36 -0800 (Thu, 25 Nov 2010)
New Revision: 17649

Modified:
   trunk/theora/lib/analyze.c
Log:
Make input parameter_intra_satd const, ACKed by derf.



Modified: trunk/theora/lib/analyze.c
===================================================================
--- trunk/theora/lib/analyze.c	2010-11-25 12:34:57 UTC (rev 17648)
+++ trunk/theora/lib/analyze.c	2010-11-25 15:23:36 UTC (rev 17649)
@@ -1220,7 +1220,7 @@
 }
 
 static unsigned oc_mb_activity_fast(oc_enc_ctx *_enc,unsigned _mbi,
- unsigned _activity[4], unsigned _intra_satd[12]){
+ unsigned _activity[4],const unsigned _intra_satd[12]){
   int bi;
   for(bi=0;bi<4;bi++){
     unsigned act;



More information about the commits mailing list