[Mplayer-cvslog] CVS: main/libmpcodecs vf_yvu9.c,1.2,1.3
Alex Beregszaszi
alex at mplayerhq.hu
Sun Jun 23 17:03:57 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.35,1.36
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs mp_image.h,1.10,1.11 vd_dshow.c,1.4,1.5 vd_xanim.c,1.4,1.5 vf_expand.c,1.10,1.11 vf_format.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv1528
Modified Files:
vf_yvu9.c
Log Message:
if09 support
Index: vf_yvu9.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_yvu9.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vf_yvu9.c 22 Jun 2002 23:05:00 -0000 1.2
+++ vf_yvu9.c 23 Jun 2002 15:03:54 -0000 1.3
@@ -64,7 +64,7 @@
//===========================================================================//
static int query_format(struct vf_instance_s* vf, unsigned int fmt){
- if (fmt == IMGFMT_YVU9)
+ if (fmt == IMGFMT_YVU9 || fmt == IMGFMT_IF09)
return vf_next_query_format(vf,IMGFMT_YV12) & (~VFCAP_CSP_SUPPORTED_BY_HW);
return 0;
}
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.35,1.36
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs mp_image.h,1.10,1.11 vd_dshow.c,1.4,1.5 vd_xanim.c,1.4,1.5 vf_expand.c,1.10,1.11 vf_format.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list