]> git.sesse.net Git - vlc/commit
Fix bug in HTML construction that resulted in malformed HTML (CC)
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Mon, 12 Sep 2011 22:22:47 +0000 (00:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 12 Sep 2011 22:22:47 +0000 (00:22 +0200)
commit510a29d8dd8d3969fa74557cad18afa3d2ec48ad
tree54ff626a9e7e1de1426a60e076bee630302a4be3
parentff6dbc7f29c1aee0116f2ead386af443dda85c3b
Fix bug in HTML construction that resulted in malformed HTML (CC)

Address a case where we would end up with missing closing underline tags.  This
results in malformed HTML causing the subpicture to never be rendered in those
cases.
modules/codec/cc.c