Check for successful h263 init in msmpeg4 init

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Alberto Delmas 2010-04-12 23:16:12 +02:00 committed by Ronald S. Bultje
parent 96573c0d76
commit d294015510

View File

@ -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);