[Mplayer-cvslog] CVS: main/libvo vo_yuv4mpeg.c,1.8,1.9

Alex Beregszaszi alex at mplayerhq.hu
Mon May 27 20:03:49 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv21946

Modified Files:
	vo_yuv4mpeg.c 
Log Message:
revised query_format

Index: vo_yuv4mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_yuv4mpeg.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_yuv4mpeg.c	25 Apr 2002 13:33:43 -0000	1.8
+++ vo_yuv4mpeg.c	27 May 2002 18:03:47 -0000	1.9
@@ -183,9 +183,10 @@
 {
     switch(format){
     case IMGFMT_YV12:
+	return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW|VFCAP_OSD;
     case IMGFMT_BGR|24:
     case IMGFMT_RGB|24:
-        return 1;
+        return VFCAP_CSP_SUPPORTED;
     }
     return 0;
 }




More information about the MPlayer-cvslog mailing list