git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f37fb4
)
fix wrong codec ID assigned to kate streams
author
ogg.k.ogg.k
<ogg.k.ogg.k@googlemail.com>
Mon, 20 Jul 2009 21:59:57 +0000
(22:59 +0100)
committer
Jean-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
patch
|
blob
|
history
diff --git
a/src/misc/fourcc.c
b/src/misc/fourcc.c
index
d970239
..
566de2d
100644
(file)
--- 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 subti
les"),
+ B(VLC_CODEC_
KATE, "Kate subtit
les"),
A("kate"),
B(VLC_CODEC_CMML, "CMML annotations/metadata"),