Commit d0388bd3 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/bmp_parser: Fix state

Fixes Ticket5598
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent e5babccf
......@@ -67,6 +67,8 @@ restart:
if (bpc->pc.index + i > 17) {
next = i - 17;
state = 0;
break;
} else
goto restart;
} else if (bpc->pc.frame_start_found)
......
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