summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/subtitle_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h
index ba975778..cf787e64 100644
--- a/src/subtitle_string.h
+++ b/src/subtitle_string.h
@@ -131,6 +131,10 @@ public:
_size = s;
}
+ void set_aspect_adjust (float a) {
+ _aspect_adjust = a;
+ }
+
private:
/** font ID */
boost::optional<std::string> _font;