Commit 2ff36ef5 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

ffmpeg: fix passlogfile regression

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 7e33a66c
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -4381,7 +4381,9 @@ static void log_callback_null(void* ptr, int level, const char* fmt, va_list vl)
static void opt_passlogfile(const char *opt, const char *arg)
{
pass_logfilename_prefix = arg;
#if CONFIG_LIBX264_ENCODER
opt_default("passlogfile", arg);
#endif
}
static const OptionDef options[] = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment