summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index 9eb129952e..05a7ac48b1 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -199,6 +199,8 @@ typedef struct NvencContext
int tier;
int rc;
int cbr;
+ int tile_rows;
+ int tile_cols;
int twopass;
int device;
int flags;
@@ -236,6 +238,8 @@ typedef struct NvencContext
int single_slice_intra_refresh;
int constrained_encoding;
int udu_sei;
+ int timing_info;
+ int highbitdepth;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);