You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cmdutils: don't log an error in opt_default().
It results in spurious errors when using the new preparser.
This commit is contained in:
@@ -435,7 +435,6 @@ int opt_default(void *optctx, const char *opt, const char *arg)
|
||||
|
||||
if (o)
|
||||
return 0;
|
||||
av_log(NULL, AV_LOG_ERROR, "Unrecognized option '%s'\n", opt);
|
||||
return AVERROR_OPTION_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user