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:
authorAndrey Turkin <andrey.turkin@gmail.com>2016-05-25 18:06:02 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2016-05-31 16:48:43 +0300
commit40df468ab1745c0acf0d9973037ea5841d643a96 (patch)
tree83eb5bd110610e1fbb0c22b82f2390ca5d34b58a /libavcodec/nvenc.h
parentb0172873a89d66976e7ca12e2cd8842afd9a27f5 (diff)
avcodec/nvenc: convert tier 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 fdb8853bb9..8007311da1 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -169,7 +169,7 @@ typedef struct NvencContext
int preset;
int profile;
int level;
- char *tier;
+ int tier;
int cbr;
int twopass;
int gpu;