From 16bedf051d4a0147340b0f7de24dd68081ac2df9 Mon Sep 17 00:00:00 2001 From: Steven Walters Date: Fri, 4 Dec 2009 12:17:56 -0800 Subject: [PATCH] Remove some unused code from x264.c --- x264.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x264.c b/x264.c index 0e7d728f..5dc70033 100644 --- a/x264.c +++ b/x264.c @@ -39,9 +39,6 @@ #define SetConsoleTitle(t) #endif -uint8_t *mux_buffer = NULL; -int mux_buffer_size = 0; - /* Ctrl-C handler */ static int b_ctrl_c = 0; static int b_exit_on_ctrl_c = 0; @@ -1293,7 +1290,6 @@ static int Encode( x264_param_t *param, cli_opt_t *opt ) if( opt->b_progress ) fprintf( stderr, " \r" ); x264_encoder_close( h ); - x264_free( mux_buffer ); fprintf( stderr, "\n" ); if( b_ctrl_c ) -- 2.40.0