0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
nick 2002-01-30 10:04:43 +00:00
parent 567a69940a
commit 50d37d64a4

View File

@ -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 ??? */