Forráskód Böngészése

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

Felix Paul Kühne 11 éve
szülő
commit
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 különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 8 - 3
Sources/VLCMovieViewController.m