Hacks.
[dcpomatic.git] / src / lib / null_content.h
index 889ff7a0d326990a59e2d90af62138ad4c24231f..44bfffa49d6729a5a7f85ce86337b54c840cc1a7 100644 (file)
@@ -43,7 +43,7 @@ public:
 
         int audio_channels () const;
        
-        ContentAudioFrame audio_length () const {
+        AudioContent::Frame audio_length () const {
                return _audio_length;
        }
        
@@ -62,6 +62,6 @@ public:
        }
 
 private:
-       ContentAudioFrame _audio_length;
+       AudioContent::Frame _audio_length;
        Time _length;
 };