Skip to content

Commit fbca8de

Browse files
committed
vo_gpu_next: fix stray comma
1 parent 3b17ea0 commit fbca8de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

video/out/vo_gpu_next.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ const struct m_sub_options gl_next_conf = {
210210
{"border-background", OPT_CHOICE(border_background,
211211
{"none", BACKGROUND_NONE},
212212
{"color", BACKGROUND_COLOR},
213-
{"tiles", BACKGROUND_TILES}
214-
,{"blur", BACKGROUND_BLUR})},
213+
{"tiles", BACKGROUND_TILES},
214+
{"blur", BACKGROUND_BLUR})},
215215
{"background-blur-radius", OPT_FLOAT(background_blur_radius)},
216216
{"corner-rounding", OPT_FLOAT(corner_rounding), M_RANGE(0, 1)},
217217
{"interpolation-preserve", OPT_BOOL(inter_preserve)},

0 commit comments

Comments
 (0)