mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fbdev: Support the RGB565 colour space.
Tested on a Raspberry Pi. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
1410eeb6ea
commit
87f98a2b9d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user