[MPlayer-cvslog] r30142 - trunk/libmpcodecs/vf_scale.c
reimar
subversion at mplayerhq.hu
Wed Dec 30 13:06:09 CET 2009
Author: reimar
Date: Wed Dec 30 13:06:09 2009
New Revision: 30142
Log:
Support 440P in scale filter.
Modified:
trunk/libmpcodecs/vf_scale.c
Modified: trunk/libmpcodecs/vf_scale.c
==============================================================================
--- trunk/libmpcodecs/vf_scale.c Wed Dec 30 13:03:53 2009 (r30141)
+++ trunk/libmpcodecs/vf_scale.c Wed Dec 30 13:06:09 2009 (r30142)
@@ -63,6 +63,7 @@ static unsigned int outfmt_list[]={
IMGFMT_NV21,
IMGFMT_YUY2,
IMGFMT_UYVY,
+ IMGFMT_440P,
// RGB and grayscale (Y8 and Y800):
IMGFMT_BGR32,
IMGFMT_RGB32,
@@ -472,6 +473,7 @@ static int query_format(struct vf_instan
case IMGFMT_444P:
case IMGFMT_422P:
case IMGFMT_411P:
+ case IMGFMT_440P:
case IMGFMT_BGR8:
case IMGFMT_RGB8:
case IMGFMT_BG4B:
More information about the MPlayer-cvslog
mailing list