OSDN Git Service

Successfully create MP4 files bigger than 4GB
authorclee <clee@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 16 Apr 2007 23:03:01 +0000 (23:03 +0000)
committerclee <clee@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 16 Apr 2007 23:03:01 +0000 (23:03 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@518 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index 7aae352..b4e69cd 100644 (file)
@@ -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 ) );