diff options
author | Ben Chang <benc@nvidia.com> | 2017-05-10 12:11:17 +0530 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-05-10 10:21:25 +0200 |
commit | 18a659d1b653c24de1a691c13f7db1b6e6a95aee (patch) | |
tree | 5a27182c9a933c35554e212123ba3f406b089846 /libavcodec/nvenc.h | |
parent | 984e2218f2a0e96b8180cddf7a805d07908eb8fb (diff) | |
download | ffmpeg-18a659d1b653c24de1a691c13f7db1b6e6a95aee.tar.gz |
avcodec/nvenc: add fractional CQ support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r-- | libavcodec/nvenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h index 02066383b3..e60683711b 100644 --- a/libavcodec/nvenc.h +++ b/libavcodec/nvenc.h @@ -154,7 +154,7 @@ typedef struct NvencContext int nonref_p; int strict_gop; int aq_strength; - int quality; + float quality; int aud; int bluray_compat; int init_qp_p; |