diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-10-21 17:52:43 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-10-21 18:03:45 +0200 |
commit | 11a8e93681dfe51c75683ac5a13b72d4bed7ac1f (patch) | |
tree | 32161887e95c2ac10ecf2751fd90f5d8a20eaa83 /libavcodec/nvenc.h | |
parent | 1868cb731660490beb750389266adb6e68e9123d (diff) | |
download | ffmpeg-11a8e93681dfe51c75683ac5a13b72d4bed7ac1f.tar.gz |
avcodec/nvenc: use alias to provide deprecated profiles
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r-- | libavcodec/nvenc.h | 2 |
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 { |