Pārlūkot izejas kodu

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

Felix Paul Kühne 11 gadi atpakaļ
vecāks
revīzija
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>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 8 - 3
Sources/VLCMovieViewController.m