diff libvo/vo_aa.c @ 5027:0c7a6a9d2243

32bpp support not implemented - do not lie
author arpi
date Sun, 10 Mar 2002 17:46:22 +0000
parents 32e1f5042f65
children 302fe25185c4
line wrap: on
line diff
--- a/libvo/vo_aa.c	Sun Mar 10 15:47:01 2002 +0000
+++ b/libvo/vo_aa.c	Sun Mar 10 17:46:22 2002 +0000
@@ -373,10 +373,10 @@
      */
     switch(format){
 	case IMGFMT_YV12:
-	case IMGFMT_RGB|24:
-	case IMGFMT_BGR|24:
-	case IMGFMT_RGB|32:
-	case IMGFMT_BGR|32:
+	case IMGFMT_RGB24:
+	case IMGFMT_BGR24:
+//	case IMGFMT_RGB32:
+//	case IMGFMT_BGR32:
 	    return 1;
     }
     return 0;