mirror of https://git.ffmpeg.org/ffmpeg.git
zmbv: Reset the decoder on keyframe errors
Prevent the crash on fuzzed files as reported in bug 63.
This commit is contained in:
parent
7b8c5b263b
commit
c1d1ef4ecd
|
@ -428,6 +428,8 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac
|
|||
c->fmt = buf[3];
|
||||
c->bw = buf[4];
|
||||
c->bh = buf[5];
|
||||
c->decode_intra = NULL;
|
||||
c->decode_xor = NULL;
|
||||
|
||||
buf += 6;
|
||||
len -= 6;
|
||||
|
|
Loading…
Reference in New Issue