]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / roqvideodec.c
index 4959239ba7f688d3e99fe216ef1d74d914de3e80..f0977f649146a1f155382694e5c254c860d0ffe8 100644 (file)
@@ -159,6 +159,8 @@ static av_cold int roq_decode_init(AVCodecContext *avctx)
     s->avctx = avctx;
     s->width = avctx->width;
     s->height = avctx->height;
+    avcodec_get_frame_defaults(&s->frames[0]);
+    avcodec_get_frame_defaults(&s->frames[1]);
     s->last_frame    = &s->frames[0];
     s->current_frame = &s->frames[1];
     avctx->pix_fmt = PIX_FMT_YUV444P;