mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avcodec/bmp_parser: Fix state
Fixes Ticket5598 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -67,6 +67,8 @@ restart:
|
|||||||
|
|
||||||
if (bpc->pc.index + i > 17) {
|
if (bpc->pc.index + i > 17) {
|
||||||
next = i - 17;
|
next = i - 17;
|
||||||
|
state = 0;
|
||||||
|
break;
|
||||||
} else
|
} else
|
||||||
goto restart;
|
goto restart;
|
||||||
} else if (bpc->pc.frame_start_found)
|
} else if (bpc->pc.frame_start_found)
|
||||||
|
|||||||
Reference in New Issue
Block a user