Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Collyer <ovcollyer@mac.com>2016-08-25 18:18:03 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-08-28 17:47:54 +0300
commitd1bf8a3aa878003f5019bb97c3228f8027e5d116 (patch)
tree0c9b7d623b28e6fe489906543116a1debb5dd54d /libavcodec/nvenc.h
parent325e56479ff64c884f3bcccf922a7f7163488b89 (diff)
avcodec/nvenc: added support for 10 bit HEVC encoding
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index c78b81669b..37d41eaa2e 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -117,6 +117,11 @@ enum {
};
enum {
+ NV_ENC_HEVC_PROFILE_MAIN,
+ NV_ENC_HEVC_PROFILE_MAIN_10,
+};
+
+enum {
NVENC_LOWLATENCY = 1,
NVENC_LOSSLESS = 2,
NVENC_ONE_PASS = 4,