diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-07 21:49:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-07 21:49:36 +0100 |
| commit | 4956be4e16570fa6b6985b11d4d689308343ffbb (patch) | |
| tree | a08208b060fd73392841a68be77fd3639bb67a5e /src/lib/video_content.h | |
| parent | 5a0b2926fbc57ecdecc6c9a865c9683224be4ee6 (diff) | |
Use VideoContentScale rather than Ratio for the default scale to.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 62459222d..940467680 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -62,6 +62,7 @@ public: static std::vector<VideoContentScale> all () { return _scales; } + static VideoContentScale from_id (std::string id); private: /** a ratio to stretch the content to, or 0 for no stretch */ |
