diff options
author | Andrey Turkin <andrey.turkin@gmail.com> | 2016-05-25 19:39:54 +0300 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-05-31 15:48:43 +0200 |
commit | f84dfbc74a4f881e80cbf467649c59b2bb628eaa (patch) | |
tree | 8a0181d0f06281c9147accb3b26fbcdac11eb7b6 /libavcodec/nvenc.h | |
parent | 40df468ab1745c0acf0d9973037ea5841d643a96 (diff) | |
download | ffmpeg-f84dfbc74a4f881e80cbf467649c59b2bb628eaa.tar.gz |
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.h | 1 |
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; |