From 865e952670b55f41e52bba28944fb6731fc3570f Mon Sep 17 00:00:00 2001 From: clee Date: Mon, 16 Apr 2007 23:03:01 +0000 Subject: [PATCH] Successfully create MP4 files bigger than 4GB git-svn-id: svn://localhost/HandBrake/trunk@518 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxmp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 7aae352c..b4e69cd9 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 ) ); -- 2.11.0