summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reel_picture_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index 637c9635..15b01b74 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -60,6 +60,10 @@ public:
_screen_aspect_ratio = a;
}
+ Fraction screen_aspect_ratio () const {
+ return _screen_aspect_ratio;
+ }
+
private:
std::string key_type () const;