summaryrefslogtreecommitdiffstats
path: root/libhb/muxmp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r--libhb/muxmp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c
index b4e69cd94..7aae352cd 100644
--- a/libhb/muxmp4.c
+++ b/libhb/muxmp4.c
@@ -50,7 +50,7 @@ static int MP4Init( hb_mux_object_t * m )
u_int16_t language_code;
/* Create an empty mp4 file */
- m->file = MP4Create( job->file, MP4_DETAILS_ERROR, MP4_CREATE_64BIT_DATA );
+ m->file = MP4Create( job->file, MP4_DETAILS_ERROR, 0 );
/* Video track */
mux_data = malloc( sizeof( hb_mux_data_t ) );