[vlc-commits] STL: restore comment

Rémi Denis-Courmont git at videolan.org
Thu Apr 24 19:55:50 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 24 20:55:34 2014 +0300| [f25e44e508417e0e86bc4615214229af47fff378] | committer: Rémi Denis-Courmont

STL: restore comment

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

 modules/codec/stl.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/stl.c b/modules/codec/stl.c
index dbf2ae9..361e753 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)



More information about the vlc-commits mailing list