Mercurial > mplayer.hg
changeset 30100:c09822f4f611
Support 440P in scale filter.
author | reimar |
---|---|
date | Wed, 30 Dec 2009 12:06:09 +0000 |
parents | 08f37016bb91 |
children | c5b6cd54fa0a |
files | libmpcodecs/vf_scale.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_scale.c Wed Dec 30 12:03:53 2009 +0000 +++ b/libmpcodecs/vf_scale.c Wed Dec 30 12:06:09 2009 +0000 @@ -63,6 +63,7 @@ IMGFMT_NV21, IMGFMT_YUY2, IMGFMT_UYVY, + IMGFMT_440P, // RGB and grayscale (Y8 and Y800): IMGFMT_BGR32, IMGFMT_RGB32, @@ -472,6 +473,7 @@ case IMGFMT_444P: case IMGFMT_422P: case IMGFMT_411P: + case IMGFMT_440P: case IMGFMT_BGR8: case IMGFMT_RGB8: case IMGFMT_BG4B: