Commit 37b541a5 authored by Laurent Aimar's avatar Laurent Aimar

Removed J410/J411 from fourcc.c

They are not supported.
parent a72b9a0a
...@@ -627,10 +627,6 @@ static const entry_t p_list_video[] = { ...@@ -627,10 +627,6 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_I444, "Planar 4:4:4 YUV"), B(VLC_CODEC_I444, "Planar 4:4:4 YUV"),
A("I444"), A("I444"),
B(VLC_CODEC_I420, "Planar 4:1:0 YUV full scale"),
A("J410"),
B(VLC_CODEC_I420, "Planar 4:1:1 YUV full scale"),
A("J411"),
B(VLC_CODEC_I420, "Planar 4:2:0 YUV full scale"), B(VLC_CODEC_I420, "Planar 4:2:0 YUV full scale"),
A("J420"), A("J420"),
B(VLC_CODEC_I422, "Planar 4:2:2 YUV full scale"), B(VLC_CODEC_I422, "Planar 4:2:2 YUV full scale"),
......
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