diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-03 23:34:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-03 23:34:32 +0100 |
| commit | 4a33cfc3b4c51d4e047879051d70ae56ec8ee6e1 (patch) | |
| tree | f0d60dd160db8f0b9efd3c3ab2d8581d1b4d7401 /src/lib/ratio.h | |
| parent | 5db632783b3eba64d39538d1f29ccfe26adaaf19 (diff) | |
Put the right 'actual' ratio in DCP titles even with no-stretch and no-scale.
Diffstat (limited to 'src/lib/ratio.h')
| -rw-r--r-- | src/lib/ratio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ratio.h b/src/lib/ratio.h index 8b1a1fc71..ab157a9bc 100644 --- a/src/lib/ratio.h +++ b/src/lib/ratio.h @@ -52,6 +52,7 @@ public: static void setup_ratios (); static Ratio const * from_id (std::string i); + static Ratio const * from_ratio (float r); static std::vector<Ratio const *> all () { return _ratios; } |
