From: titer Date: Fri, 24 Feb 2006 00:01:59 +0000 (+0000) Subject: Preparing 0.7.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ab27000f9c3481ef73115c50e61f918c4ab6be7;p=handbrake Preparing 0.7.1 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk/libhb@31 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/muxmp4.c b/muxmp4.c index a02a05232..646a2546e 100644 --- a/muxmp4.c +++ b/muxmp4.c @@ -132,7 +132,9 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data, static int MP4End( hb_mux_object_t * m ) { +#if 0 hb_job_t * job = m->job; +#endif char filename[1024]; memset( filename, 0, 1024 ); MP4Close( m->file );