idcinvideo: correctly set AVFrame defaults

pull/8/head
Justin Ruggles 13 years ago
parent 899157b308
commit f7bf72a4a1
  1. 2
      libavcodec/idcinvideo.c

@ -168,7 +168,7 @@ static av_cold int idcin_decode_init(AVCodecContext *avctx)
huff_build_tree(s, i);
}
s->frame.data[0] = NULL;
avcodec_get_frame_defaults(&s->frame);
return 0;
}

Loading…
Cancel
Save