diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-10-12 20:51:43 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-10-12 20:51:43 +0200 |
commit | 30c558750374b179dc910da6fc354724679d630e (patch) | |
tree | 0f38d60ece33998c8247634e09239dba206cdf4d /libavcodec/nvenc.h | |
parent | 03d6d5f3760e2b06e3ef1f68de62c79c2e8fb173 (diff) | |
download | ffmpeg-30c558750374b179dc910da6fc354724679d630e.tar.gz |
avcodec/nvenc: add support for forcing intra/idr frames
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 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; |