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:
authorBen Chang <benc@nvidia.com>2017-05-10 09:41:17 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2017-05-10 11:21:25 +0300
commit18a659d1b653c24de1a691c13f7db1b6e6a95aee (patch)
tree5a27182c9a933c35554e212123ba3f406b089846 /libavcodec/nvenc.h
parent984e2218f2a0e96b8180cddf7a805d07908eb8fb (diff)
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.h2
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;