New DCPTime/ContentTime types.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 6dbff41d1f43a306cb88976ef50636d3d3394447..d93660cd0fa573eb391c0a9f4fdf039f524cc9b6 100644 (file)
@@ -139,13 +139,13 @@ public:
        std::string technical_summary () const;
        std::string information () const;
        void as_xml (xmlpp::Node *) const;
-       Time full_length () const;
+       DCPTime full_length () const;
 
        std::string identifier () const;
        
        /* AudioContent */
        int audio_channels () const;
-       AudioContent::Frame audio_length () const;
+       ContentTime audio_length () const;
        int content_audio_frame_rate () const;
        int output_audio_frame_rate () const;
        AudioMapping audio_mapping () const;