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

michael subversion
Fri Jul 25 14:34:39 CEST 2008


Author: michael
Date: Fri Jul 25 14:34:39 2008
New Revision: 14391

Log:
Remove strange long_ref=0.


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Fri Jul 25 14:34:39 2008
@@ -3577,7 +3577,6 @@ static int execute_ref_pic_marking(H264C
                 memmove(&h->short_ref[1], &h->short_ref[0], h->short_ref_count*sizeof(Picture*));
 
             h->short_ref[0]= s->current_picture_ptr;
-            h->short_ref[0]->long_ref=0;
             h->short_ref_count++;
             s->current_picture_ptr->reference |= s->picture_structure;
         }




More information about the ffmpeg-cvslog mailing list