comparison h264.c @ 2675:c6aa5585954f libavcodec

alignment fix by (G«”bor Kov«”cs >picard demoscene hu)
author michael
date Fri, 13 May 2005 12:00:12 +0000
parents 58fb8e1efcae
children 1a6192e0b1f9
comparison
equal deleted inserted replaced
2674:58fb8e1efcae 2675:c6aa5585954f
1376 *(uint64_t*)h->mvd_table[list][b_xy + 0 + y*h->b_stride]= 1376 *(uint64_t*)h->mvd_table[list][b_xy + 0 + y*h->b_stride]=
1377 *(uint64_t*)h->mvd_table[list][b_xy + 2 + y*h->b_stride]= 0; 1377 *(uint64_t*)h->mvd_table[list][b_xy + 2 + y*h->b_stride]= 0;
1378 } 1378 }
1379 } 1379 }
1380 for(y=0; y<2; y++){ 1380 for(y=0; y<2; y++){
1381 *(uint16_t*)&s->current_picture.ref_index[list][b8_xy + y*h->b8_stride]= (LIST_NOT_USED&0xFF)*0x0101; 1381 s->current_picture.ref_index[list][b8_xy + 0 + y*h->b8_stride]=
1382 s->current_picture.ref_index[list][b8_xy + 1 + y*h->b8_stride]= LIST_NOT_USED;
1382 } 1383 }
1383 } 1384 }
1384 continue; 1385 continue;
1385 } 1386 }
1386 1387