Add accessor.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2015 15:11:17 +0000 (16:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2015 15:11:17 +0000 (16:11 +0100)
src/subtitle_string.h

index ba975778ae1eced62b197af1cd2b56403d811f83..cf787e641eaab946be3ddc58f25f70537f4922d7 100644 (file)
@@ -131,6 +131,10 @@ public:
                _size = s;
        }
 
+       void set_aspect_adjust (float a) {
+               _aspect_adjust = a;
+       }
+
 private:
        /** font ID */
        boost::optional<std::string> _font;