mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
avcodec/interplayvideo: return void
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
ed782bebf5
commit
c1d1274bfc
@ -1070,7 +1070,7 @@ static void ipvideo_decode_format_10_opcodes(IpvideoContext *s, AVFrame *frame)
|
||||
break;
|
||||
}
|
||||
if (bytestream2_get_bytes_left(&skip_map_ptr) < 2)
|
||||
return AVERROR_INVALIDDATA;
|
||||
return;
|
||||
skip = bytestream2_get_le16(&skip_map_ptr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user