[x264-devel] commit: fix a crash on mp4 muxing with invalid params (Loren Merritt )

git version control git at videolan.org
Mon Mar 31 03:07:44 CEST 2008


x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Sun Mar 30 18:08:28 2008 -0600| [decfd7b9ce0df2d89d39cf002955bce65f02c1d9]

fix a crash on mp4 muxing with invalid params

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=decfd7b9ce0df2d89d39cf002955bce65f02c1d9
---

 x264.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/x264.c b/x264.c
index 37736df..efdc5c3 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;
     }
 



More information about the x264-devel mailing list