1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 17:12:36 +00:00

Support 440P in scale filter.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30142 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-12-30 12:06:09 +00:00
parent 1eb19f0a16
commit 22c0b2ed57

View File

@ -63,6 +63,7 @@ static unsigned int outfmt_list[]={
IMGFMT_NV21, IMGFMT_NV21,
IMGFMT_YUY2, IMGFMT_YUY2,
IMGFMT_UYVY, IMGFMT_UYVY,
IMGFMT_440P,
// RGB and grayscale (Y8 and Y800): // RGB and grayscale (Y8 and Y800):
IMGFMT_BGR32, IMGFMT_BGR32,
IMGFMT_RGB32, IMGFMT_RGB32,
@ -472,6 +473,7 @@ static int query_format(struct vf_instance_s* vf, unsigned int fmt){
case IMGFMT_444P: case IMGFMT_444P:
case IMGFMT_422P: case IMGFMT_422P:
case IMGFMT_411P: case IMGFMT_411P:
case IMGFMT_440P:
case IMGFMT_BGR8: case IMGFMT_BGR8:
case IMGFMT_RGB8: case IMGFMT_RGB8:
case IMGFMT_BG4B: case IMGFMT_BG4B: