zmbvenc: do not set avctx->coded_frame

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-07-07 23:45:17 +00:00
parent ec4e042f33
commit 3bec6a44ea

View File

@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
avctx->coded_frame = &c->pic;
return 0;
}