mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 11:55:42 +00:00
rgb -> bgr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25395 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d4a899005b
commit
068f218e67
@ -332,8 +332,8 @@ static void SavageSetColorOld(void)
|
||||
|
||||
|
||||
if(
|
||||
(info->format == IMGFMT_RGB15) ||
|
||||
(info->format == IMGFMT_RGB16)
|
||||
(info->format == IMGFMT_BGR15) ||
|
||||
(info->format == IMGFMT_BGR16)
|
||||
)
|
||||
{
|
||||
OUTREG( COLOR_ADJUSTMENT_REG, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user