[vlc-devel] commit: fix wrong codec ID assigned to kate streams (ogg.k.ogg.k )

git version control git at videolan.org
Tue Jul 21 09:31:18 CEST 2009


vlc | branch: master | ogg.k.ogg.k <ogg.k.ogg.k at googlemail.com> | Mon Jul 20 22:59:57 2009 +0100| [d16feed716ea71d1bbbe0cebfca62e669b4ec284] | committer: Jean-Baptiste Kempf 

fix wrong codec ID assigned to kate streams

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d16feed716ea71d1bbbe0cebfca62e669b4ec284
---

 src/misc/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index d970239..566de2d 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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"),




More information about the vlc-devel mailing list