瀏覽代碼

H.264 loop filter: match Android settings

Felix Paul Kühne 12 年之前
父節點
當前提交
df9800847c

+ 1 - 1
AspenProject/VLCAppDelegate.m

@@ -43,7 +43,7 @@
     if (deviceSpeedCategory < 3)
         skipLoopFilterDefaultValue = kVLCSettingSkipLoopFilterNonKey;
     else
-        skipLoopFilterDefaultValue = kVLCSettingSkipLoopFilterBidir;
+        skipLoopFilterDefaultValue = kVLCSettingSkipLoopFilterNonRef;
 
     NSDictionary *appDefaults = @{kVLCSettingPasscodeKey : @"", kVLCSettingPasscodeOnKey : @(NO), kVLCSettingContinueAudioInBackgroundKey : @(YES), kVLCSettingStretchAudio : @(NO), kVLCSettingTextEncoding : kVLCSettingTextEncodingDefaultValue, kVLCSettingSkipLoopFilter : skipLoopFilterDefaultValue};
 

+ 0 - 2
AspenProject/VLCConstants.h

@@ -21,9 +21,7 @@
 #define kVLCSettingSkipLoopFilter @"avcodec-skiploopfilter"
 #define kVLCSettingSkipLoopFilterNone @(0)
 #define kVLCSettingSkipLoopFilterNonRef @(1)
-#define kVLCSettingSkipLoopFilterBidir @(2)
 #define kVLCSettingSkipLoopFilterNonKey @(3)
-#define kVLCSettingSkipLoopFilterAll @(4)
 
 #define kVLCShowRemainingTime @"show-remaining-time"
 #define kVLCRecentURLs @"recent-urls"

+ 0 - 4
Resources/Settings.bundle/Root.inApp.plist

@@ -39,17 +39,13 @@
 			<array>
 				<string>None</string>
 				<string>Non-ref</string>
-				<string>Bidir</string>
 				<string>Non-key</string>
-				<string>All</string>
 			</array>
 			<key>Values</key>
 			<array>
 				<integer>0</integer>
 				<integer>1</integer>
-				<integer>2</integer>
 				<integer>3</integer>
-				<integer>4</integer>
 			</array>
 		</dict>
 		<dict>

+ 0 - 4
Resources/Settings.bundle/Root.plist

@@ -23,17 +23,13 @@
 			<array>
 				<string>None</string>
 				<string>Non-ref</string>
-				<string>Bidir</string>
 				<string>Non-key</string>
-				<string>All</string>
 			</array>
 			<key>Values</key>
 			<array>
 				<integer>0</integer>
 				<integer>1</integer>
-				<integer>2</integer>
 				<integer>3</integer>
-				<integer>4</integer>
 			</array>
 		</dict>
 		<dict>