Skip to content

subtitle: allow lowercase hex colors

Damian Życiński requested to merge 7damian7/vlc:master into master

Lowercase colors in subtitles are not recognized as valid HEX colors.

Before: {288}{382}<font color="C52D0C">this line is red</font>|<font color="c52d0c">this line is black</font>

After: {288}{382}<font color="C52D0C">this line is red</font>|<font color="c52d0c">this line is also red</font>

Merge request reports