From 97b4b4c8e029e407aba72b58aaadebc1318f5242 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Nov 2014 09:28:58 +0100 Subject: vo_wayland: drop redundant "const" --- video/out/vo_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/vo_wayland.c b/video/out/vo_wayland.c index 8c07a7d249..168763ed5c 100644 --- a/video/out/vo_wayland.c +++ b/video/out/vo_wayland.c @@ -47,7 +47,7 @@ static const struct wl_callback_listener frame_listener; static const struct wl_buffer_listener buffer_listener; // TODO: pay attention to the reported subpixel order -static const format_t const format_table[] = { +static const format_t format_table[] = { {WL_SHM_FORMAT_ARGB8888, IMGFMT_BGRA}, // 8b 8g 8r 8a {WL_SHM_FORMAT_XRGB8888, IMGFMT_BGR0}, {WL_SHM_FORMAT_RGB332, IMGFMT_RGB8}, // 3b 3g 2r -- cgit v1.2.3