Commit 8140dbf5 authored by michael's avatar michael

mb_field_decoding_flag was not initialized

Fixes at least:
MR7_BT_B.h264
Sharp_MP_PAFF_1r2.jvt
Sharp_MP_PAFF_2.jvt


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 10618c1d
......@@ -3812,6 +3812,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
h->mb_aff_frame = h->sps.mb_aff;
}
}
h->mb_field_decoding_flag= s->picture_structure != PICT_FRAME;
if(h0->current_slice == 0){
while(h->frame_num != h->prev_frame_num &&
......
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