From bd0497b28bc2fac669a6a528579ecf66c817ffc5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 15 Feb 2016 03:10:09 +0100 Subject: [PATCH] avcodec/cfhd: Temporary disable frame threading until related bugs have been fixed Signed-off-by: Michael Niedermayer --- libavcodec/cfhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9bb04..d6d831b6cf 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, };