mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-22 06:46:59 +00:00
lavu/opt: add missing 'else'
(cherry picked from commit 9b764e9b49
)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
9ada04faa3
commit
55d0c353fe
@ -2362,7 +2362,7 @@ int av_opt_set_array(void *obj, const char *name, int search_flags,
|
||||
ret = opt_set_elem(obj, target_obj, o, *(const char **)src, dst);
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
} if (val_type == AV_OPT_TYPE_INT ||
|
||||
} else if (val_type == AV_OPT_TYPE_INT ||
|
||||
val_type == AV_OPT_TYPE_INT64 ||
|
||||
val_type == AV_OPT_TYPE_FLOAT ||
|
||||
val_type == AV_OPT_TYPE_DOUBLE ||
|
||||
|
Loading…
Reference in New Issue
Block a user