Commit 1a769058 authored by michael's avatar michael

10l typo, fix compilation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0cd8c015
......@@ -2955,7 +2955,7 @@ static int decode_ref_pic_list_reordering(H264Context *h){
assert(!ref->long_ref);
if(ref->data[0] != NULL &&
ref->frame_num == frame_num &&
(ref->reference & pic_structure) &&
(ref->reference & pic_structure)
) // ignore non-existing pictures by testing data[0] pointer
break;
}
......
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