diff options
author | jstebbins <[email protected]> | 2014-12-23 22:08:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-23 22:08:10 +0000 |
commit | 2f8e8b63af1a896d4d15b48ee46a09ca1e061583 (patch) | |
tree | c92f6a8c10317b595cf6971ba7ecec6840cc5924 /macosx/HBPresetsManager.m | |
parent | 80d43d93c9514df0437480d3054720a803c3b663 (diff) |
eliminate job->largeFileSize
It is no longer needed since we eliminated mp4v2 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6647 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresetsManager.m')
-rw-r--r-- | macosx/HBPresetsManager.m | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/macosx/HBPresetsManager.m b/macosx/HBPresetsManager.m index 53f74d3e5..34a80723b 100644 --- a/macosx/HBPresetsManager.m +++ b/macosx/HBPresetsManager.m @@ -450,7 +450,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -564,7 +563,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @1; @@ -667,7 +665,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -770,7 +767,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -873,7 +869,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -987,7 +982,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1101,7 +1095,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1215,7 +1208,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1318,7 +1310,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1421,7 +1412,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1524,7 +1514,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @0; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; @@ -1627,7 +1616,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Container format and related settings */ preset[@"FileFormat"] = @"MP4 file"; - preset[@"Mp4LargeFile"] = @1; preset[@"Mp4HttpOptimize"] = @0; preset[@"Mp4iPodCompatible"] = @0; |