rgb -> bgr

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25395 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2007-12-14 18:15:34 +00:00
parent d4a899005b
commit 068f218e67
1 changed files with 2 additions and 2 deletions

View File

@ -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 );