Commit f7bf72a4 authored by Justin Ruggles's avatar Justin Ruggles

idcinvideo: correctly set AVFrame defaults

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