Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
FFmpeg
Commits
2ff36ef5
Commit
2ff36ef5
authored
13 years ago
by
Michael Niedermayer
Browse files
Options
Download
Email Patches
Plain Diff
ffmpeg: fix passlogfile regression
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
7e33a66c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ffmpeg.c
+2
-0
ffmpeg.c
with
2 additions
and
0 deletions
+2
-0
ffmpeg.c
+
2
-
0
View file @
2ff36ef5
...
...
@@ -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
[]
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help