# HG changeset patch # User michael # Date 1216989279 0 # Node ID 95787edebd247b6e848dd4a220a4f9c862162f4a # Parent f04e3411ef31e0687051a5b6d048ba5da16bcff7 Remove strange long_ref=0. diff -r f04e3411ef31 -r 95787edebd24 h264.c --- 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; }