Use VideoContentScale rather than Ratio for the default scale to.
[dcpomatic.git] / src / lib / video_content.h
index 62459222d84cb823d95682b65d2f44481bcc41bf..9404676808504d912814e70673d9d28e348826bb 100644 (file)
@@ -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 */