summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2015-07-25 23:20:28 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-19 14:17:01 +0200
commita1e215ea0157360261e856eea2cd468136a68da0 (patch)
tree45021f4d6965636678f58580bc0ef1d1e2d72cc8 /libavcodec/nvenc.h
parent9427d92f40d4ab981f0b24e8e1d1cdec1d845ac1 (diff)
nvenc: Delay frame output to increase encoding speed
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 866099789c..8cd5991f4c 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -142,6 +142,7 @@ typedef struct NVENCContext {
int rc;
int device;
int flags;
+ int async_depth;
} NVENCContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);