summaryrefslogtreecommitdiff
path: root/libavcodec/hwconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hwconfig.h')
-rw-r--r--libavcodec/hwconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hwconfig.h b/libavcodec/hwconfig.h
index f03b744cdf..d88dc37c8c 100644
--- a/libavcodec/hwconfig.h
+++ b/libavcodec/hwconfig.h
@@ -24,6 +24,7 @@
#define HWACCEL_CAP_ASYNC_SAFE (1 << 0)
+#define HWACCEL_CAP_THREAD_SAFE (1 << 1)
typedef struct AVCodecHWConfigInternal {