summaryrefslogtreecommitdiffstats
path: root/libavcodec/ulti.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ulti.c')
-rw-r--r--libavcodec/ulti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index a6d8216..84337c6 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -54,6 +54,7 @@ static av_cold int ulti_decode_init(AVCodecContext *avctx)
avctx->coded_frame = &s->frame;
avctx->coded_frame = (AVFrame*) &s->frame;
s->ulti_codebook = ulti_codebook;
+ avcodec_get_frame_defaults(&s->frame);
return 0;
}
OpenPOWER on IntegriCloud