diff options
author | ritsuka <[email protected]> | 2014-08-21 18:08:23 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-21 18:08:23 +0000 |
commit | b7bfda913fa95937b94254bd61294d8ccd7d8d01 (patch) | |
tree | 1332b763a38ce25b13e26b065768b4d1c919346d /macosx/HBPresetsManager.m | |
parent | 3ee1f90e18726df817b94c04fda55ea823aae4e0 (diff) |
MacGui: remapped lavcOption to VideoOptionExtra.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6337 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 1384a7438..86bd7f4fa 100644 --- a/macosx/HBPresetsManager.m +++ b/macosx/HBPresetsManager.m @@ -432,7 +432,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"fast"; @@ -547,7 +546,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -651,7 +649,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -755,7 +752,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -859,7 +855,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -974,7 +969,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -1089,7 +1083,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -1204,7 +1197,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -1308,7 +1300,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -1412,7 +1403,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; @@ -1516,7 +1506,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"veryfast"; @@ -1620,7 +1609,6 @@ NSString *HBPresetsChangedNotification = @"HBPresetsChangedNotification"; /* Video encoder and advanced options */ preset[@"VideoEncoder"] = @"H.264 (x264)"; - preset[@"lavcOption"] = @""; preset[@"x264Option"] = @""; preset[@"x264UseAdvancedOptions"] = @0; preset[@"VideoPreset"] = @"medium"; |