[Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.45,1.46

Alex Beregszaszi alex at mplayerhq.hu
Fri Oct 10 00:25:56 CEST 2003


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

Modified Files:
	vf_scale.c 
Log Message:
uyvy output support in swscaler

Index: vf_scale.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_scale.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- vf_scale.c	5 Sep 2003 15:30:46 -0000	1.45
+++ vf_scale.c	9 Oct 2003 22:25:46 -0000	1.46
@@ -71,6 +71,7 @@
     IMGFMT_Y800,
     IMGFMT_Y8,
     IMGFMT_YUY2,
+    IMGFMT_UYVY,
     0
 };
 



More information about the MPlayer-cvslog mailing list