# HG changeset patch # User michael # Date 1115985612 0 # Node ID c6aa5585954fc15e62d915c9e3b662aec1125683 # Parent 58fb8e1efcaee0a527fcefe2e7b8955f541cd750 alignment fix by (G«”bor Kov«”cs >picard demoscene hu) diff -r 58fb8e1efcae -r c6aa5585954f h264.c --- a/h264.c Fri May 13 08:17:25 2005 +0000 +++ b/h264.c Fri May 13 12:00:12 2005 +0000 @@ -1378,7 +1378,8 @@ } } for(y=0; y<2; y++){ - *(uint16_t*)&s->current_picture.ref_index[list][b8_xy + y*h->b8_stride]= (LIST_NOT_USED&0xFF)*0x0101; + s->current_picture.ref_index[list][b8_xy + 0 + y*h->b8_stride]= + s->current_picture.ref_index[list][b8_xy + 1 + y*h->b8_stride]= LIST_NOT_USED; } } continue;