Commit d16feed7 authored by ogg.k.ogg.k's avatar ogg.k.ogg.k Committed by Jean-Baptiste Kempf

fix wrong codec ID assigned to kate streams

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8f37fb4a
......@@ -1092,7 +1092,7 @@ static const entry_t p_list_spu[] = {
B(VLC_CODEC_TELETEXT, "Teletext"),
A("telx"),
B(VLC_CODEC_TELETEXT, "Kate subtiles"),
B(VLC_CODEC_KATE, "Kate subtitles"),
A("kate"),
B(VLC_CODEC_CMML, "CMML annotations/metadata"),
......
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