Explorar o código

playback: set deinterlace option through libvlc API instead of argc/argv

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
a8a9ca260a

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

@@ -106,13 +106,11 @@
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>
-				<string>SETTINGS_DEINTERLACE_AUTO</string>
 				<string>SETTINGS_DEINTERLACE_OFF</string>
 			</array>
 			<key>Values</key>
 			<array>
 				<integer>1</integer>
-				<integer>-1</integer>
 				<integer>0</integer>
 			</array>
 		</dict>

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

@@ -96,13 +96,11 @@
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>
-				<string>SETTINGS_DEINTERLACE_AUTO</string>
 				<string>SETTINGS_DEINTERLACE_OFF</string>
 			</array>
 			<key>Values</key>
 			<array>
 				<integer>1</integer>
-				<integer>-1</integer>
 				<integer>0</integer>
 			</array>
 		</dict>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 8 - 3
Sources/VLCMovieViewController.m