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
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue