ffmpeg: fix passlogfile regression

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 2ff36ef521)
This commit is contained in:
Michael Niedermayer
2011-07-28 18:32:26 +02:00
parent cb8577a4da
commit cf82c5cd5b

View File

@@ -4382,7 +4382,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[] = {