From: Rémi Denis-Courmont Date: Thu, 24 Apr 2014 17:55:34 +0000 (+0300) Subject: STL: restore comment X-Git-Tag: 2.2.0-git~634 X-Git-Url: https://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=f25e44e508417e0e86bc4615214229af47fff378 STL: restore comment --- diff --git a/modules/codec/stl.c b/modules/codec/stl.c index dbf2ae9560..361e753052 100644 --- 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)