You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Check for successful h263 init in msmpeg4 init
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
96573c0d76
commit
d294015510
@@ -1279,7 +1279,8 @@ av_cold int ff_msmpeg4_decode_init(AVCodecContext *avctx)
|
||||
int i;
|
||||
MVTable *mv;
|
||||
|
||||
ff_h263_decode_init(avctx);
|
||||
if (ff_h263_decode_init(avctx) < 0)
|
||||
return -1;
|
||||
|
||||
common_init(s);
|
||||
|
||||
|
Reference in New Issue
Block a user