[FFmpeg-cvslog] r14401 - trunk/libavcodec/h264.c

michael subversion
Sat Jul 26 00:42:49 CEST 2008


Author: michael
Date: Sat Jul 26 00:42:49 2008
New Revision: 14401

Log:
10l typo, fix compilation


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Sat Jul 26 00:42:49 2008
@@ -2955,7 +2955,7 @@ static int decode_ref_pic_list_reorderin
                             assert(!ref->long_ref);
                             if(ref->data[0] != NULL &&
                                    ref->frame_num == frame_num &&
-                                   (ref->reference & pic_structure) &&
+                                   (ref->reference & pic_structure)
                                    ) // ignore non-existing pictures by testing data[0] pointer
                                 break;
                         }




More information about the ffmpeg-cvslog mailing list