summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_x11.c')
-rw-r--r--video/out/vo_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index d763592020..28262231ac 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -185,6 +185,7 @@ const struct fmt_entry {
{IMGFMT_RGB0, 32, LSBFirst, 0x000000FF, 0x0000FF00, 0x00FF0000},
{IMGFMT_BGR0, 32, MSBFirst, 0x0000FF00, 0x00FF0000, 0xFF000000},
{IMGFMT_BGR0, 32, LSBFirst, 0x00FF0000, 0x0000FF00, 0x000000FF},
+ {IMGFMT_RGB565, 16, LSBFirst, 0x0000F800, 0x000007E0, 0x0000001F},
{0}
};