]> git.sesse.net Git - vlc/commitdiff
fix wrong codec ID assigned to kate streams
authorogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Mon, 20 Jul 2009 21:59:57 +0000 (22:59 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 21 Jul 2009 07:29:00 +0000 (09:29 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/misc/fourcc.c

index d9702399febe96e2deb094f24ebe895298052874..566de2d1818cb4708529de42f13f9316d4c5809f 100644 (file)
@@ -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"),