Commit cc7f8d5d authored by Laurent Aimar's avatar Laurent Aimar

Fixed J420/J422/J440/J444 definitions in fourcc.c

parent 37b541a5
...@@ -627,13 +627,13 @@ static const entry_t p_list_video[] = { ...@@ -627,13 +627,13 @@ 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:2:0 YUV full scale"), B(VLC_CODEC_J420, "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_J422, "Planar 4:2:2 YUV full scale"),
A("J422"), A("J422"),
B(VLC_CODEC_I444, "Planar 4:4:0 YUV full scale"), B(VLC_CODEC_J440, "Planar 4:4:0 YUV full scale"),
A("J440"), A("J440"),
B(VLC_CODEC_I444, "Planar 4:4:4 YUV full scale"), B(VLC_CODEC_J444, "Planar 4:4:4 YUV full scale"),
A("J444"), A("J444"),
B(VLC_CODEC_YUVP, "Palettized YUV with palette element Y:U:V:A"), B(VLC_CODEC_YUVP, "Palettized YUV with palette element Y:U:V:A"),
......
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