We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe2ee4 commit 6b87da8Copy full SHA for 6b87da8
src/libavcodec/lavc_common.h
@@ -156,6 +156,10 @@ extern "C" {
156
#define AVCODECCTX_CHANNELS(context) (context)->channels
157
#endif
158
159
+#ifndef AV_CODEC_CAP_OTHER_THREADS
160
+#define AV_CODEC_CAP_OTHER_THREADS AV_CODEC_CAP_AUTO_THREADS
161
+#endif
162
+
163
#if LIBAVCODEC_VERSION_INT <= AV_VERSION_INT(57, 8, 0)
164
static struct AVPacket *av_packet_alloc(void) ATTRIBUTE(unused);
165
static struct AVPacket *av_packet_alloc() {
0 commit comments