Mercurial > mplayer.hg
changeset 6537:ae203145245e
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
author | alex |
---|---|
date | Sun, 23 Jun 2002 19:33:55 +0000 |
parents | 87942adf9c1c |
children | afb4f3c107e7 |
files | libmpcodecs/vf_expand.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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: