ffmpeg | branch: release/3.0 | Michael Niedermayer <mich...@niedermayer.cc> | Mon Feb 15 03:10:09 2016 +0100| [bd0497b28bc2fac669a6a528579ecf66c817ffc5] | committer: Michael Niedermayer
avcodec/cfhd: Temporary disable frame threading until related bugs have been fixed Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd0497b28bc2fac669a6a528579ecf66c817ffc5 --- libavcodec/cfhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9b..d6d831b 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -756,6 +756,6 @@ AVCodec ff_cfhd_decoder = { .init = cfhd_decode_init, .close = cfhd_close_decoder, .decode = cfhd_decode, - .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS, + .capabilities = AV_CODEC_CAP_DR1, .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