Commit 26a1dab8 authored by michael's avatar michael

The cvs version 1.103 of h264.c brokes 13 conformance streams, this

patch corrects this and decodes the same streams as version 1.102.
patch by (Loïc Le Loarer <lll+ffmpeg m4x org>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4087 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f1e0b334
......@@ -3762,7 +3762,7 @@ static int decode_slice_header(H264Context *h){
else
h->use_weight = 0;
if(s->current_picture.reference == 3)
if(s->current_picture.reference)
decode_ref_pic_marking(h);
if( h->slice_type != I_TYPE && h->slice_type != SI_TYPE && h->pps.cabac )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment