Commit 85f25cfa authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: fix passlogfile with multiple libx264 streams.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 07dbea70
......@@ -4864,7 +4864,7 @@ static int opt_passlogfile(const char *opt, const char *arg)
{
pass_logfilename_prefix = arg;
#if CONFIG_LIBX264_ENCODER
return opt_default("passlogfile", arg);
return opt_default(opt, arg);
#else
return 0;
#endif
......
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