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:
authorTimo Rothenpieler <timo@rothenpieler.org>2016-10-12 21:51:43 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-10-12 21:51:43 +0300
commit30c558750374b179dc910da6fc354724679d630e (patch)
tree0f38d60ece33998c8247634e09239dba206cdf4d /libavcodec/nvenc.h
parent03d6d5f3760e2b06e3ef1f68de62c79c2e8fb173 (diff)
avcodec/nvenc: add support for forcing intra/idr frames
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 648d1dc347..bad659aece 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -185,6 +185,7 @@ typedef struct NvencContext
int rc_lookahead;
int aq;
int no_scenecut;
+ int forced_idr;
int b_adapt;
int temporal_aq;
int zerolatency;