[Mplayer-cvslog] CVS: main/libmpcodecs vf_expand.c,1.11,1.12
Alex Beregszaszi
alex at mplayerhq.hu
Sun Jun 23 21:33:57 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv15148
Modified Files:
vf_expand.c
Log Message:
yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane and Y-plane is the same for all these formats
Index: vf_expand.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vf_expand.c 23 Jun 2002 15:15:31 -0000 1.11
+++ vf_expand.c 23 Jun 2002 19:33:55 -0000 1.12
@@ -109,6 +109,10 @@
case IMGFMT_YV12:
case IMGFMT_I420:
case IMGFMT_IYUV:
+ case IMGFMT_YVU9:
+ case IMGFMT_IF09:
+ case IMGFMT_Y800:
+ case IMGFMT_Y8:
vo_draw_alpha_yv12(w,h,src,srca,stride,dst,vf->priv->dmpi->stride[0]);
break;
case IMGFMT_YUY2:
More information about the MPlayer-cvslog
mailing list