Commit f95c3a0b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avutil: Map 4:4:4 16bit chroma

parent 31e2279b
......@@ -102,6 +102,8 @@ static const struct
{VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 0, 0, 0 },
{VLC_CODEC_I444_10L, PIX_FMT_YUV444P10LE, 0, 0, 0 },
{VLC_CODEC_I444_10B, PIX_FMT_YUV444P10BE, 0, 0, 0 },
{VLC_CODEC_I444_16L, PIX_FMT_YUV444P16LE, 0, 0, 0 },
{VLC_CODEC_I444_16B, PIX_FMT_YUV444P16BE, 0, 0, 0 },
/* Packed YUV formats */
{VLC_CODEC_YUYV, PIX_FMT_YUYV422, 0, 0, 0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment