Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
def7e3aa
Commit
def7e3aa
authored
Mar 30, 2008
by
Loren Merritt
Browse files
fix a crash on mp4 muxing with invalid params
parent
b59440f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
x264.c
View file @
def7e3aa
...
...
@@ -770,7 +770,6 @@ static int Encode( x264_param_t *param, cli_opt_t *opt )
{
fprintf
(
stderr
,
"x264 [error]: x264_encoder_open failed
\n
"
);
p_close_infile
(
opt
->
hin
);
p_close_outfile
(
opt
->
hout
);
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
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