[x264-devel] commit: Remove some unused code from x264.c (Steven Walters )

git version control git at videolan.org
Sat Dec 5 10:52:23 CET 2009


x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Fri Dec  4 12:17:56 2009 -0800| [a675db083a66fd8afc7eab4d0804ba5b75151116] | committer: Jason Garrett-Glaser 

Remove some unused code from x264.c

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

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

diff --git a/x264.c b/x264.c
index 0e7d728..5dc7003 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 )



More information about the x264-devel mailing list