comparison mpegvideo.c @ 567:5a6eaaa9fba2 libavcodec

larger edge emu buffer (might have been too small)
author michaelni
date Wed, 17 Jul 2002 13:25:01 +0000
parents c376a0b290cf
children 395bb978b9ff
comparison
equal deleted inserted replaced
566:c376a0b290cf 567:5a6eaaa9fba2
179 } 179 }
180 } 180 }
181 s->ip_buffer_count= 2; 181 s->ip_buffer_count= 2;
182 } 182 }
183 183
184 CHECKED_ALLOCZ(s->edge_emu_buffer, (s->width+32)*2*17); 184 CHECKED_ALLOCZ(s->edge_emu_buffer, (s->width+64)*2*17*2); //(width + edge + align)*interlaced*MBsize*tolerance
185 185
186 if (s->encoding) { 186 if (s->encoding) {
187 int j; 187 int j;
188 int mv_table_size= (s->mb_width+2)*(s->mb_height+2); 188 int mv_table_size= (s->mb_width+2)*(s->mb_height+2);
189 189