Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 8b9d0b67c2a7269af994690ca52ede24a6880bc2..5308947e6e2900b5f6d97a5f936518a67a5f3436 100644 (file)
@@ -43,9 +43,9 @@ public:
                boost::filesystem::path output
                );
 
-       void video (boost::shared_ptr<PlayerVideo>, DCPTime);
+       void video (boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>);
-       void subtitle (PlayerText, DCPTimePeriod);
+       void subtitle (PlayerText, dcpomatic::DCPTimePeriod);
 
        void flush ();