Skip to content
Snippets Groups Projects
Commit e6ab8623 authored by Kostya Shishkov's avatar Kostya Shishkov
Browse files

ZMBV encoder forgot to fill coded frame pointer

Originally committed as revision 15359 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4d6a1161
Branches
Tags
No related merge requests found
...@@ -300,6 +300,8 @@ static av_cold int encode_init(AVCodecContext *avctx) ...@@ -300,6 +300,8 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1; return -1;
} }
avctx->coded_frame = (AVFrame*)&c->pic;
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment