summaryrefslogtreecommitdiff
path: root/src/subrip_reader.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-22 22:45:49 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-22 23:30:01 +0200
commit607ba59181708568c23295aa1069ebbfc78f2e9c (patch)
treeb9da532f642d2679a68cbc2b6f551738808f164d /src/subrip_reader.cc
parentf6ba0b4d4dc9143b65c6ead889a8d6eda7a51c15 (diff)
Cleanup: rename parse_style -> parse_tag and STYLE to TAG.
Diffstat (limited to 'src/subrip_reader.cc')
-rw-r--r--src/subrip_reader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc
index c0ef21c..e059db4 100644
--- a/src/subrip_reader.cc
+++ b/src/subrip_reader.cc
@@ -309,7 +309,7 @@ SubripReader::convert_line (string t, RawSubtitle& p)
++i;
}
++i;
- SSAReader::parse_style (p, ssa, 288, 288, Colour(1, 1, 1));
+ SSAReader::parse_tag(p, ssa, 288, 288, Colour(1, 1, 1));
} else {
p.text += t[i];
++i;