comparison vc1.c @ 3920:3a151ccc6ed7 libavcodec

Remove unused variables and the corresponding warnings along with them.
author diego
date Tue, 03 Oct 2006 17:12:48 +0000
parents 8e79b099d354
children c8c591fe26f8
comparison
equal deleted inserted replaced
3919:b0b88fc01b7c 3920:3a151ccc6ed7
2106 2106
2107 /** Reconstruct motion vector for B-frame and do motion compensation 2107 /** Reconstruct motion vector for B-frame and do motion compensation
2108 */ 2108 */
2109 static inline void vc1_b_mc(VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mode) 2109 static inline void vc1_b_mc(VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mode)
2110 { 2110 {
2111 int t;
2112
2113 if(v->use_ic) { 2111 if(v->use_ic) {
2114 v->mv_mode2 = v->mv_mode; 2112 v->mv_mode2 = v->mv_mode;
2115 v->mv_mode = MV_PMODE_INTENSITY_COMP; 2113 v->mv_mode = MV_PMODE_INTENSITY_COMP;
2116 } 2114 }
2117 if(direct) { 2115 if(direct) {