1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Make sdl_overlay_pix_fmt_map static const.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2011-11-05 15:21:42 +01:00
parent d7e95ccd9f
commit 91e7e6b721

View File

@ -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 },