[Android] YUV is enough, no need to specify 24bits
Sébastien Toque
git at videolan.org
Wed Feb 13 23:44:05 CET 2013
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Wed Feb 13 23:43:48 2013 +0100| [475d1dc224b40226e65e2b0af48eca7789759de0] | committer: Sébastien Toque
YUV is enough, no need to specify 24bits
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=475d1dc224b40226e65e2b0af48eca7789759de0
---
vlc-android/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index b965b15..70b6497 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -329,7 +329,7 @@
<string-array name="chroma_formats" translatable="false">
<item>RGB 32bits</item>
<item>RGB 16bits</item>
- <item>YUV 24bits</item>
+ <item>YUV</item>
</string-array>
</resources>
More information about the Android
mailing list