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:20:03 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-08-28 17:47:54 +0300
commita81b398e869ed2f7f972f797f8992ad32bfb8ba1 (patch)
treebe443154b73f714d7aef3a190e0898c5bc4f836b /libavcodec/nvenc.h
parentd1bf8a3aa878003f5019bb97c3228f8027e5d116 (diff)
avcodec/nvenc: added support for rate control lookahead
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 37d41eaa2e..cd86c47df0 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -179,6 +179,7 @@ typedef struct NvencContext
int device;
int flags;
int async_depth;
+ int rc_lookahead;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);