From 10c9a0874cb361336237557391d306d26d43f137 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 9 Jan 2023 11:09:09 -0300 Subject: avcodec: remove FF_API_AUTO_THREADS Signed-off-by: James Almer --- libavcodec/codec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/codec.h') diff --git a/libavcodec/codec.h b/libavcodec/codec.h index 336a785e18..e1ebb0943e 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -125,9 +125,6 @@ * multithreading-capable external libraries. */ #define AV_CODEC_CAP_OTHER_THREADS (1 << 15) -#if FF_API_AUTO_THREADS -#define AV_CODEC_CAP_AUTO_THREADS AV_CODEC_CAP_OTHER_THREADS -#endif /** * Audio encoder supports receiving a different number of samples in each call. */ -- cgit v1.2.3