Make storage of VideoFrameType robust by using a string in the XML rather than a...
[dcpomatic.git] / src / lib / types.h
index ab51e38a9d7a1f8dabd3f749847928b36450bdf9..8513fde519efac8b9a1d2dbd4b372e957949c29f 100644 (file)
@@ -87,6 +87,9 @@ enum VideoFrameType
        VIDEO_FRAME_TYPE_3D_RIGHT
 };
 
+std::string video_frame_type_to_string (VideoFrameType);
+VideoFrameType string_to_video_frame_type (std::string);
+
 enum Eyes
 {
        EYES_BOTH,