[Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.27,1.28
Michael Niedermayer CVS
michael at mplayerhq.hu
Thu Jan 23 10:35:24 CET 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv24120/libmpcodecs
Modified Files:
vf_scale.c
Log Message:
UYVY input
Index: vf_scale.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_scale.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vf_scale.c 17 Oct 2002 21:53:30 -0000 1.27
+++ vf_scale.c 23 Jan 2003 09:35:05 -0000 1.28
@@ -219,13 +219,14 @@
//===========================================================================//
-// supported Input formats: YV12, I420, IYUV, YUY2, BGR32, BGR24, BGR16, BGR15, RGB32, RGB24, Y8, Y800
+// supported Input formats: YV12, I420, IYUV, YUY2, UYVY, BGR32, BGR24, BGR16, BGR15, RGB32, RGB24, Y8, Y800
static int query_format(struct vf_instance_s* vf, unsigned int fmt){
switch(fmt){
case IMGFMT_YV12:
case IMGFMT_I420:
case IMGFMT_IYUV:
+ case IMGFMT_UYVY:
case IMGFMT_YUY2:
case IMGFMT_BGR32:
case IMGFMT_BGR24:
More information about the MPlayer-cvslog
mailing list