aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-25 12:34:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-25 12:34:39 +0000
commit6f45060851e247e0d910815e7c13714b3002f4e6 (patch)
treec3a711028c594d2c361c4b128387cb99d0543fed /libavcodec/h264.c
parent4f10312c19d037226e967dc2c1e3eb0a922690ef (diff)
downloadffmpeg-6f45060851e247e0d910815e7c13714b3002f4e6.tar.gz
Remove strange long_ref=0.
Originally committed as revision 14391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 7de129b5c5..1c26926f92 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3577,7 +3577,6 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
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;
}