Commit d2940155 authored by Alberto Delmas's avatar Alberto Delmas Committed by Ronald S. Bultje

Check for successful h263 init in msmpeg4 init

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 96573c0d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment