ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Sat Apr 25 12:44:04 2015 +0200| [d49210788b0836d56dd872d517fe73f83b080101] | committer: Michael Niedermayer
avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_CLEANUP Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d49210788b0836d56dd872d517fe73f83b080101 --- libavcodec/snowenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c index d192d1c..ea5e544 100644 --- a/libavcodec/snowenc.c +++ b/libavcodec/snowenc.c @@ -60,7 +60,6 @@ static av_cold int encode_init(AVCodecContext *avctx) } if ((ret = ff_snow_common_init(avctx)) < 0) { - ff_snow_common_end(avctx->priv_data); return ret; } ff_mpegvideoencdsp_init(&s->mpvencdsp, avctx); @@ -1903,6 +1902,8 @@ AVCodec ff_snow_encoder = { AV_PIX_FMT_NONE }, .priv_class = &snowenc_class, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | + FF_CODEC_CAP_INIT_CLEANUP, }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog