diff options
author | jbrjake <[email protected]> | 2008-10-22 14:19:58 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-22 14:19:58 +0000 |
commit | 49a3af024e078d984311f205b49a2ab2f254d600 (patch) | |
tree | 19f01715062ceedc788aadee79049bacdded0ca2 /macosx/HBPresets.m | |
parent | df9dc4784b8b1484d7785e48422430dd51a04105 (diff) |
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
Diffstat (limited to 'macosx/HBPresets.m')
-rw-r--r-- | macosx/HBPresets.m | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |