5 * Copyright (C) 2011 Kirill Smelkov <kirr@navytux.spb.ru>
7 * This library is free software: you can Use, Study, Modify and Redistribute
8 * it under the terms of the GNU Lesser General Public License version 2.1, or
9 * any later version. This library is distributed WITHOUT ANY WARRANTY. See
10 * COPYING.LIB file for full License terms.
19 /** like SDL_DisplayYUVOverlay, but supports both `srcrect` and `dstrect`
21 * ... and does no rects clipping.
24 int SDLU_DisplayYUVOverlay(SDL_Overlay
*overlay
, SDL_Rect
*srcrect
, SDL_Rect
*dstrect
);