Check for successful h263 init in msmpeg4 init

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
oldabi
Alberto Delmas 15 years ago committed by Ronald S. Bultje
parent 96573c0d76
commit d294015510
  1. 3
      libavcodec/msmpeg4.c

@ -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…
Cancel
Save