mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
avcodecmap: Add mappings for the GBR color formats
This commit is contained in:
parent
d0ef33d463
commit
67e11c7ad9
1 changed files with 5 additions and 0 deletions
|
@ -2182,6 +2182,11 @@ static const PixToFmt pixtofmttable[] = {
|
|||
{GST_VIDEO_FORMAT_I420_10BE, PIX_FMT_YUV420P10BE},
|
||||
{GST_VIDEO_FORMAT_I422_10LE, PIX_FMT_YUV422P10LE},
|
||||
{GST_VIDEO_FORMAT_I422_10BE, PIX_FMT_YUV422P10BE},
|
||||
{GST_VIDEO_FORMAT_Y444_10LE, PIX_FMT_YUV444P10LE},
|
||||
{GST_VIDEO_FORMAT_Y444_10BE, PIX_FMT_YUV444P10BE},
|
||||
{GST_VIDEO_FORMAT_GBR, PIX_FMT_GBRP},
|
||||
{GST_VIDEO_FORMAT_GBR_10LE, PIX_FMT_GBRP10LE},
|
||||
{GST_VIDEO_FORMAT_GBR_10BE, PIX_FMT_GBRP10BE},
|
||||
};
|
||||
|
||||
GstVideoFormat
|
||||
|
|
Loading…
Reference in a new issue