ffmpeg: fix passlogfile regression
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7e33a66c0e
commit
2ff36ef521
2
ffmpeg.c
2
ffmpeg.c
@ -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)
|
static void opt_passlogfile(const char *opt, const char *arg)
|
||||||
{
|
{
|
||||||
pass_logfilename_prefix = arg;
|
pass_logfilename_prefix = arg;
|
||||||
|
#if CONFIG_LIBX264_ENCODER
|
||||||
opt_default("passlogfile", arg);
|
opt_default("passlogfile", arg);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static const OptionDef options[] = {
|
static const OptionDef options[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user