소스 검색

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

Felix Paul Kühne 11 년 전
부모
커밋
a8a9ca260a
3개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 2
      Resources/Settings.bundle/Root.inApp.plist
  2. 0 2
      Resources/Settings.bundle/Root.plist
  3. 8 3
      Sources/VLCMovieViewController.m

+ 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>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 8 - 3
Sources/VLCMovieViewController.m