changeset 18194:fe877135c408

There is a draw_alpha for uyvy, use it.
author albeu
date Sat, 22 Apr 2006 17:04:38 +0000
parents e8cbaf092e96
children 6e8c424887ca
files libmenu/menu.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmenu/menu.c	Sat Apr 22 16:22:33 2006 +0000
+++ b/libmenu/menu.c	Sat Apr 22 17:04:38 2006 +0000
@@ -278,6 +278,8 @@
     return vo_draw_alpha_yv12;
   case IMGFMT_YUY2:
     return vo_draw_alpha_yuy2;
+  case IMGFMT_UYVY:
+    return vo_draw_alpha_uyvy;
   }
 
   return NULL;