summaryrefslogtreecommitdiff
path: root/libavcodec/aura.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aura.c')
-rw-r--r--libavcodec/aura.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aura.c b/libavcodec/aura.c
index 9041c7cb68..18024f1c08 100644
--- a/libavcodec/aura.c
+++ b/libavcodec/aura.c
@@ -39,6 +39,7 @@ static av_cold int aura_decode_init(AVCodecContext *avctx)
if (avctx->width & 0x3)
return -1;
avctx->pix_fmt = PIX_FMT_YUV422P;
+ avcodec_get_frame_defaults(&s->frame);
return 0;
}