[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h264.c,1.122,1.123
Michael Niedermayer CVS
michael
Fri May 13 01:34:25 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv6646
Modified Files:
h264.c
Log Message:
typo found by Chengji Zhao
Index: h264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h264.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- h264.c 12 May 2005 08:44:17 -0000 1.122
+++ h264.c 12 May 2005 23:34:23 -0000 1.123
@@ -3217,7 +3217,7 @@
// L0 and L1 are identical
Picture temp= h->default_ref_list[1][0];
h->default_ref_list[1][0] = h->default_ref_list[1][1];
- h->default_ref_list[1][0] = temp;
+ h->default_ref_list[1][1] = temp;
}
if(index < h->ref_count[ list ])
More information about the ffmpeg-cvslog
mailing list