summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 809e3ed4d6..4f2eb4741d 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4188,7 +4188,7 @@ static void recreate_overlays(struct MPContext *mpctx)
struct command_ctx *cmd = mpctx->command_ctx;
int overlay_next = !cmd->overlay_osd_current;
struct sub_bitmaps *new = &cmd->overlay_osd[overlay_next];
- new->format = SUBBITMAP_RGBA;
+ new->format = SUBBITMAP_BGRA;
new->change_id = 1;
bool valid = false;