[Ffmpeg-cvslog] r7405 - trunk/libavcodec/snow.c

michael subversion
Wed Jan 3 01:48:20 CET 2007


Author: michael
Date: Wed Jan  3 01:48:20 2007
New Revision: 7405

Modified:
   trunk/libavcodec/snow.c

Log:
dead code removial


Modified: trunk/libavcodec/snow.c
==============================================================================
--- trunk/libavcodec/snow.c	(original)
+++ trunk/libavcodec/snow.c	Wed Jan  3 01:48:20 2007
@@ -2290,12 +2290,10 @@
     }
 
     if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){
-        int type;
+        int type, mx, my;
         int l = left->color[0];
         int cb= left->color[1];
         int cr= left->color[2];
-        int mx= mid_pred(left->mx, top->mx, tr->mx);
-        int my= mid_pred(left->my, top->my, tr->my);
         int ref = 0;
         int ref_context= av_log2(2*left->ref) + av_log2(2*top->ref);
         int mx_context= av_log2(2*FFABS(left->mx - top->mx)) + 0*av_log2(2*FFABS(tr->mx - top->mx));




More information about the ffmpeg-cvslog mailing list