[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h264.c,1.200,1.201
Loren Merritt CVS
lorenm
Sat Mar 25 10:46:45 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv3894
Modified Files:
h264.c
Log Message:
10l in 1.199 (write_back_motion with B-pyramid + spatial)
Index: h264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h264.c,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- h264.c 23 Mar 2006 20:16:36 -0000 1.200
+++ h264.c 25 Mar 2006 09:46:43 -0000 1.201
@@ -1422,6 +1422,9 @@
const int b8_xy= 2*s->mb_x + 2*s->mb_y*h->b8_stride;
int list;
+ if(!USES_LIST(mb_type, 0))
+ fill_rectangle(&s->current_picture.ref_index[0][b8_xy], 2, 2, h->b8_stride, (uint8_t)LIST_NOT_USED, 1);
+
for(list=0; list<2; list++){
int y;
if(!USES_LIST(mb_type, list))
More information about the ffmpeg-cvslog
mailing list