summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorAndrey Turkin <andrey.turkin@gmail.com>2016-05-25 18:00:52 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-05-31 15:48:43 +0200
commitb0172873a89d66976e7ca12e2cd8842afd9a27f5 (patch)
tree0c617f448104448783942a058fb828dc8b4204d5 /libavcodec/nvenc.h
parent9824321b321448854102070383aa99fa8e56f491 (diff)
avcodec/nvenc: convert levels to AVOptions
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 b5a0a2abf0..fdb8853bb9 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -168,7 +168,7 @@ typedef struct NvencContext
int preset;
int profile;
- char *level;
+ int level;
char *tier;
int cbr;
int twopass;