Skip to content
Snippets Groups Projects
Commit cd4b6803 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

fourcc: add chroma description for VLC_CODEC_V308

parent d1783a0d
No related branches found
No related tags found
No related merge requests found
...@@ -778,6 +778,7 @@ static const vlc_chroma_description_t p_list_chroma_description[] = { ...@@ -778,6 +778,7 @@ static const vlc_chroma_description_t p_list_chroma_description[] = {
{ VLC_CODEC_P012, SEMIPLANAR(2, 2, 12) }, { VLC_CODEC_P012, SEMIPLANAR(2, 2, 12) },
{ VLC_CODEC_P016, SEMIPLANAR(2, 2, 16) }, { VLC_CODEC_P016, SEMIPLANAR(2, 2, 16) },
{ VLC_CODEC_V308, PACKED_FMT(1, 24) },
{ VLC_CODEC_YUYV, PACKED_FMT(2, 16) }, { VLC_CODEC_YUYV, PACKED_FMT(2, 16) },
{ VLC_CODEC_YVYU, PACKED_FMT(2, 16) }, { VLC_CODEC_YVYU, PACKED_FMT(2, 16) },
{ VLC_CODEC_UYVY, PACKED_FMT(2, 16) }, { VLC_CODEC_UYVY, PACKED_FMT(2, 16) },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment