From: Loren Merritt Date: Mon, 31 Mar 2008 00:08:28 +0000 (-0600) Subject: fix a crash on mp4 muxing with invalid params X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def7e3aaf85502eba82efa9a13c176e87cff8268;p=libx264 fix a crash on mp4 muxing with invalid params --- diff --git a/x264.c b/x264.c index 37736df3..efdc5c3a 100644 --- a/x264.c +++ b/x264.c @@ -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; }