Commit 4737a593 authored by Stefano Sabatini's avatar Stefano Sabatini

ffv1: set internal frame defaults

Another fix missed before the vsrc_buffer changes.
parent b9e60849
......@@ -725,6 +725,8 @@ static av_cold int common_init(AVCodecContext *avctx){
s->avctx= avctx;
s->flags= avctx->flags;
avcodec_get_frame_defaults(&s->picture);
dsputil_init(&s->dsp, avctx);
s->width = avctx->width;
......
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