mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:12:25 +00:00
vo_opengl: remove unused declaration
Stupid compiler.
This commit is contained in:
parent
67b41f533e
commit
697fb963c2
@ -309,11 +309,6 @@ static const struct packed_fmt_entry mp_packed_formats[] = {
|
||||
{0},
|
||||
};
|
||||
|
||||
static const char *const osd_shaders[SUBBITMAP_COUNT] = {
|
||||
[SUBBITMAP_LIBASS] = "frag_osd_libass",
|
||||
[SUBBITMAP_RGBA] = "frag_osd_rgba",
|
||||
};
|
||||
|
||||
const struct gl_video_opts gl_video_opts_def = {
|
||||
.npot = 1,
|
||||
.dither_depth = -1,
|
||||
|
Loading…
Reference in New Issue
Block a user