Commit c74c0668 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typos

parent bfb2ff3f
...@@ -662,9 +662,9 @@ static const entry_t p_list_video[] = { ...@@ -662,9 +662,9 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_RGB8, "8 bits RGB"), B(VLC_CODEC_RGB8, "8 bits RGB"),
A("RGB2"), A("RGB2"),
B(VLC_CODEC_RGB15, "12 bits RGB"), B(VLC_CODEC_RGB12, "12 bits RGB"),
A("RV12"), A("RV12"),
B(VLC_CODEC_RGB15, "16 bits RGBA"), B(VLC_CODEC_RGBA16, "16 bits RGBA"),
A("AV16"), A("AV16"),
B(VLC_CODEC_RGB15, "15 bits RGB"), B(VLC_CODEC_RGB15, "15 bits RGB"),
A("RV15"), A("RV15"),
......
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