# HG changeset patch # User alex # Date 1024860835 0 # Node ID ae203145245e11831386bec9c45d2f457a05eac0 # Parent 87942adf9c1c567f4180e24a6cca62d126ad7695 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 diff -r 87942adf9c1c -r ae203145245e libmpcodecs/vf_expand.c --- a/libmpcodecs/vf_expand.c Sun Jun 23 19:31:31 2002 +0000 +++ b/libmpcodecs/vf_expand.c Sun Jun 23 19:33:55 2002 +0000 @@ -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: