From: Steven Walters Date: Fri, 4 Dec 2009 20:17:56 +0000 (-0800) Subject: Remove some unused code from x264.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16bedf051d4a0147340b0f7de24dd68081ac2df9;p=libx264 Remove some unused code from x264.c --- 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 )