mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avcodec/videotoolboxenc: Fix variable type of AV_OPT_TYPE_BOOL
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
f4e0f40230
commit
719e46f54c
@ -262,7 +262,7 @@ typedef struct VTEncContext {
|
||||
int realtime;
|
||||
int frames_before;
|
||||
int frames_after;
|
||||
bool constant_bit_rate;
|
||||
int constant_bit_rate;
|
||||
|
||||
int allow_sw;
|
||||
int require_sw;
|
||||
|
Loading…
Reference in New Issue
Block a user