Commit 91e7e6b7 authored by Reimar Döffinger's avatar Reimar Döffinger

Make sdl_overlay_pix_fmt_map static const.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent d7e95ccd
......@@ -43,7 +43,7 @@ typedef struct {
int sdl_was_already_inited;
} SDLContext;
struct sdl_overlay_pix_fmt_entry {
static const struct sdl_overlay_pix_fmt_entry {
enum PixelFormat pix_fmt; int overlay_fmt;
} sdl_overlay_pix_fmt_map[] = {
{ PIX_FMT_YUV420P, SDL_IYUV_OVERLAY },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment