comparison h264_direct.c @ 11174:421c6cd2fb9f libavcodec

10l ;; gcc 2.95 compilation fix by mike
author michael
date Mon, 15 Feb 2010 09:11:00 +0000
parents 0010335497ad
children 10c06a9bd3d9
comparison
equal deleted inserted replaced
11173:0010335497ad 11174:421c6cd2fb9f
147 int mb_xy = h->mb_xy; 147 int mb_xy = h->mb_xy;
148 int mb_type_col[2]; 148 int mb_type_col[2];
149 const int16_t (*l1mv0)[2], (*l1mv1)[2]; 149 const int16_t (*l1mv0)[2], (*l1mv1)[2];
150 const int8_t *l1ref0, *l1ref1; 150 const int8_t *l1ref0, *l1ref1;
151 const int is_b8x8 = IS_8X8(*mb_type); 151 const int is_b8x8 = IS_8X8(*mb_type);
152 unsigned int sub_mb_type= MB_TYPE_L0L1;; 152 unsigned int sub_mb_type= MB_TYPE_L0L1;
153 int i8, i4; 153 int i8, i4;
154 int ref[2]; 154 int ref[2];
155 int mv[2]; 155 int mv[2];
156 int list; 156 int list;
157 157