mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-18 00:46:51 +00:00
Check for successful h263 init in msmpeg4 init
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
96573c0d76
commit
d294015510
@ -1279,7 +1279,8 @@ av_cold int ff_msmpeg4_decode_init(AVCodecContext *avctx)
|
|||||||
int i;
|
int i;
|
||||||
MVTable *mv;
|
MVTable *mv;
|
||||||
|
|
||||||
ff_h263_decode_init(avctx);
|
if (ff_h263_decode_init(avctx) < 0)
|
||||||
|
return -1;
|
||||||
|
|
||||||
common_init(s);
|
common_init(s);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user