changeset 7392:95787edebd24 libavcodec

Remove strange long_ref=0.
author michael
date Fri, 25 Jul 2008 12:34:39 +0000
parents f04e3411ef31
children 309c59802769
files h264.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Fri Jul 25 12:26:24 2008 +0000
+++ b/h264.c	Fri Jul 25 12:34:39 2008 +0000
@@ -3577,7 +3577,6 @@
                 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;
         }