diff options
author | Andrey Turkin <andrey.turkin@gmail.com> | 2016-05-25 18:00:52 +0300 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-05-31 15:48:43 +0200 |
commit | b0172873a89d66976e7ca12e2cd8842afd9a27f5 (patch) | |
tree | 0c617f448104448783942a058fb828dc8b4204d5 /libavcodec/nvenc.h | |
parent | 9824321b321448854102070383aa99fa8e56f491 (diff) | |
download | ffmpeg-b0172873a89d66976e7ca12e2cd8842afd9a27f5.tar.gz |
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.h | 2 |
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; |