OSDN Git Service

64-bit data atoms break some consumer devices. We need to figure out a smarter way...
authorclee <clee@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 17 Apr 2007 04:11:59 +0000 (04:11 +0000)
committerclee <clee@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 17 Apr 2007 04:11:59 +0000 (04:11 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@520 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index b4e69cd..7aae352 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, MP4_CREATE_64BIT_DATA );
+    m->file = MP4Create( job->file, MP4_DETAILS_ERROR, 0 );
 
     /* Video track */
     mux_data      = malloc( sizeof( hb_mux_data_t ) );