git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fbdev: Support the RGB565 colour space.
[ffmpeg.git]
/
libavdevice
/
fbdev.c
diff --git
a/libavdevice/fbdev.c
b/libavdevice/fbdev.c
index
27e2ed3
..
bdbc83f
100644
(file)
--- a/
libavdevice/fbdev.c
+++ b/
libavdevice/fbdev.c
@@
-58,6
+58,7
@@
static struct rgb_pixfmt_map_entry rgb_pixfmt_map[] = {
{ 32, 3, 2, 8, 0, AV_PIX_FMT_ABGR },
{ 24, 0, 8, 16, 0, AV_PIX_FMT_RGB24 },
{ 24, 16, 8, 0, 0, AV_PIX_FMT_BGR24 },
+ { 16, 11, 5, 0, 0, AV_PIX_FMT_RGB565 },
};
static enum AVPixelFormat get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo)