summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/muxmp4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c
index a02a05232..646a2546e 100644
--- a/libhb/muxmp4.c
+++ b/libhb/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 );