win32: Fix RF filter size.

This commit is contained in:
Brandon Wright 2019-09-15 16:53:29 -05:00
parent 583ed1004c
commit ae84135f10
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ RECT GetFilterOutputSize(SSurface Src)
case FILTER_NONE: case FILTER_NONE:
SetRect(&rect, Src.Width, Src.Height, 1); SetRect(&rect, Src.Width, Src.Height, 1);
break; break;
case FILTER_BLARGGRF:
case FILTER_BLARGGCOMP: case FILTER_BLARGGCOMP:
case FILTER_BLARGGSVID: case FILTER_BLARGGSVID:
case FILTER_BLARGGRGB: case FILTER_BLARGGRGB: