summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2020-10-21 17:52:43 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2020-10-21 18:03:45 +0200
commit11a8e93681dfe51c75683ac5a13b72d4bed7ac1f (patch)
tree32161887e95c2ac10ecf2751fd90f5d8a20eaa83 /libavcodec/nvenc.h
parent1868cb731660490beb750389266adb6e68e9123d (diff)
avcodec/nvenc: use alias to provide deprecated profiles
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index fb3820f7cf..07e0ae1769 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -135,6 +135,8 @@ enum {
NVENC_LOSSLESS = 2,
NVENC_ONE_PASS = 4,
NVENC_TWO_PASSES = 8,
+
+ NVENC_DEPRECATED_PRESET = 0x8000,
};
enum {