mirror of https://github.com/mpv-player/mpv
It seems that there no direct support for RGB24 :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
567a69940a
commit
50d37d64a4
|
@ -530,7 +530,7 @@
|
|||
# define SCALER_SOURCE_UNK2 0x00000200L /* 8 bpp ??? */
|
||||
# define SCALER_SOURCE_15BPP 0x00000300L
|
||||
# define SCALER_SOURCE_16BPP 0x00000400L
|
||||
# define SCALER_SOURCE_24BPP 0x00000500L
|
||||
/*# define SCALER_SOURCE_24BPP 0x00000500L*/
|
||||
# define SCALER_SOURCE_32BPP 0x00000600L
|
||||
# define SCALER_SOURCE_UNK3 0x00000700L /* 8BPP_RGB332 ??? */
|
||||
# define SCALER_SOURCE_UNK4 0x00000800L /* 8BPP_Y8 ??? */
|
||||
|
|
Loading…
Reference in New Issue