Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / ffmpeg_audio_stream.h
index a754ec5748440d00d7fc38b57bbe49683d946077..65c4aba5ead97b8459925bc63fc4b25c5e6366bd 100644 (file)
@@ -49,7 +49,7 @@ public:
 
        /* XXX: should probably be locked */
 
-       boost::optional<ContentTime> first_audio;
+       boost::optional<dcpomatic::ContentTime> first_audio;
        boost::optional<std::string> codec_name;
 
 private: