mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
codecmap: Add more GstVideoInfo<=>PixelFormat mappings
This commit is contained in:
parent
272823296f
commit
8e42e0b6a4
1 changed files with 2 additions and 0 deletions
|
@ -2231,9 +2231,11 @@ static const PixToFmt pixtofmttable[] = {
|
|||
{GST_VIDEO_FORMAT_Y41B, PIX_FMT_YUV410P},
|
||||
/* GST_VIDEO_FORMAT_Y42B, */
|
||||
{GST_VIDEO_FORMAT_Y42B, PIX_FMT_YUV422P},
|
||||
{GST_VIDEO_FORMAT_Y42B, PIX_FMT_YUVJ422P},
|
||||
/* GST_VIDEO_FORMAT_YVYU, */
|
||||
/* GST_VIDEO_FORMAT_Y444, */
|
||||
{GST_VIDEO_FORMAT_Y444, PIX_FMT_YUV444P},
|
||||
{GST_VIDEO_FORMAT_Y444, PIX_FMT_YUVJ444P},
|
||||
/* GST_VIDEO_FORMAT_v210, */
|
||||
/* GST_VIDEO_FORMAT_v216, */
|
||||
/* GST_VIDEO_FORMAT_NV12, */
|
||||
|
|
Loading…
Reference in a new issue