From: jbrjake Date: Wed, 22 Oct 2008 14:19:58 +0000 (+0000) Subject: MacGui: Removes largeFileSize from the Universal preset since the Nano can't play... X-Git-Tag: 0.9.3~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a3af024e078d984311f205b49a2ab2f254d600;p=handbrake MacGui: Removes largeFileSize from the Universal preset since the Nano can't play 64-bit formatted MP4 files. Hopefully won't be an issue, although this leaves open the slight possibility of crashes at the end of encodes of long, noisy videos. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1855 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index a1fac57cc..f854081bb 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -521,7 +521,7 @@ [preset setObject:@"MP4 file" forKey:@"FileFormat"]; /* 64-bit MP4 file */ - [preset setObject:[NSNumber numberWithInt:1] forKey:@"Mp4LargeFile"]; + [preset setObject:[NSNumber numberWithInt:0] forKey:@"Mp4LargeFile"]; /* Chapter Markers*/ [preset setObject:[NSNumber numberWithInt:1] forKey:@"ChapterMarkers"];