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:
665f88b
)
STL: restore comment
author
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 24 Apr 2014 17:55:34 +0000
(20:55 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 24 Apr 2014 17:55:47 +0000
(20:55 +0300)
modules/codec/stl.c
patch
|
blob
|
history
diff --git
a/modules/codec/stl.c
b/modules/codec/stl.c
index
dbf2ae9
..
361e753
100644
(file)
--- a/
modules/codec/stl.c
+++ b/
modules/codec/stl.c
@@
-93,6
+93,7
@@
static char *ParseText(const uint8_t *data, size_t size, const char *charset)
break;
if (code == 0x7f)
continue;
+ /* TODO: italics begin/end 0x80/0x81, underline being/end 0x82/0x83 */
if (code & 0x60)
text[text_size++] = code;
if (code == 0x8a)