diff options
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 7aae352cd..b4e69cd94 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, 0 ); + m->file = MP4Create( job->file, MP4_DETAILS_ERROR, MP4_CREATE_64BIT_DATA ); /* Video track */ mux_data = malloc( sizeof( hb_mux_data_t ) ); |