mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cmdutils: fix stylenits
This commit is contained in:
parent
606efe18be
commit
daf6ea5d4e
@ -496,7 +496,7 @@ int opt_default(void *optctx, const char *opt, const char *arg)
|
||||
if ((o = av_opt_find(&fc, opt, NULL, 0,
|
||||
AV_OPT_SEARCH_CHILDREN | AV_OPT_SEARCH_FAKE_OBJ))) {
|
||||
av_dict_set(&format_opts, opt, arg, FLAGS);
|
||||
if(consumed)
|
||||
if (consumed)
|
||||
av_log(NULL, AV_LOG_VERBOSE, "Routing %s to codec and muxer layer\n", opt);
|
||||
consumed = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user