mirror of https://github.com/mpv-player/mpv
Allow Y8 and Y800 as OUT format in codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
00b6d88ebf
commit
4bfc3589a4
|
@ -143,6 +143,8 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
|
|||
{"444P", IMGFMT_444P},
|
||||
{"422P", IMGFMT_422P},
|
||||
{"411P", IMGFMT_411P},
|
||||
{"Y800", IMGFMT_Y800},
|
||||
{"Y8", IMGFMT_Y8},
|
||||
|
||||
{"YUY2", IMGFMT_YUY2},
|
||||
{"UYVY", IMGFMT_UYVY},
|
||||
|
|
Loading…
Reference in New Issue