Fix compilation on Window10 (see bug #5430)

This commit is contained in:
Sylvain Becker 2021-01-05 12:20:02 +01:00
parent df6b813108
commit 73d93dbc38

View file

@ -1404,7 +1404,7 @@ D3D11_UpdateTextureYUV(SDL_Renderer * renderer, SDL_Texture * texture,
}
static int
D3D11_UpdateTextureYUV(SDL_Renderer * renderer, SDL_Texture * texture,
D3D11_UpdateTextureNV(SDL_Renderer * renderer, SDL_Texture * texture,
const SDL_Rect * rect,
const Uint8 *Yplane, int Ypitch,
const Uint8 *UVplane, int UVpitch)