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

avcodec: map YUVA 4:4:4

parent d3de0ffc
...@@ -93,6 +93,7 @@ static const struct ...@@ -93,6 +93,7 @@ static const struct
{VLC_CODEC_YUV420A, PIX_FMT_YUVA420P, 0, 0, 0 }, {VLC_CODEC_YUV420A, PIX_FMT_YUVA420P, 0, 0, 0 },
{VLC_CODEC_YUV422A, AV_PIX_FMT_YUVA422P, 0, 0, 0 }, {VLC_CODEC_YUV422A, AV_PIX_FMT_YUVA422P, 0, 0, 0 },
{VLC_CODEC_YUVA, AV_PIX_FMT_YUVA444P, 0, 0, 0 },
{VLC_CODEC_I444_9L, PIX_FMT_YUV444P9LE, 0, 0, 0 }, {VLC_CODEC_I444_9L, PIX_FMT_YUV444P9LE, 0, 0, 0 },
{VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 0, 0, 0 }, {VLC_CODEC_I444_9B, PIX_FMT_YUV444P9BE, 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