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:
authorAndrey Turkin <andrey.turkin@gmail.com>2016-05-25 19:39:54 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-05-31 16:48:43 +0300
commitf84dfbc74a4f881e80cbf467649c59b2bb628eaa (patch)
tree8a0181d0f06281c9147accb3b26fbcdac11eb7b6 /libavcodec/nvenc.h
parent40df468ab1745c0acf0d9973037ea5841d643a96 (diff)
avcodec/nvenc: add rate control option
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index 8007311da1..fd44ebc9af 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -170,6 +170,7 @@ typedef struct NvencContext
int profile;
int level;
int tier;
+ int rc;
int cbr;
int twopass;
int gpu;