Commit e6ab8623 authored by Kostya Shishkov's avatar Kostya Shishkov

ZMBV encoder forgot to fill coded frame pointer

Originally committed as revision 15359 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4d6a1161
......@@ -300,6 +300,8 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
avctx->coded_frame = (AVFrame*)&c->pic;
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