changeset 30156:7c1ce5b56093

Remove ARGB support from matrixview vo, it is quite pointless and causes compilation failure on big-endian.
author reimar
date Mon, 04 Jan 2010 11:58:56 +0000
parents e42708d45804
children 05f3923f11b7
files libvo/vo_matrixview.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_matrixview.c	Mon Jan 04 11:14:47 2010 +0000
+++ b/libvo/vo_matrixview.c	Mon Jan 04 11:58:56 2010 +0000
@@ -211,7 +211,6 @@
     case IMGFMT_BGR15:
     case IMGFMT_RGB32:
     case IMGFMT_RGB24:
-    case IMGFMT_ARGB:
         return caps;
     default:
         break;