Improve FFmpeg sync, in theory.
[dcpomatic.git] / src / lib / audio_decoder.h
index 168348c2e3fdf52e0bb7c5a617dbd07718ce5e71..ddfb296c9a9b4fffbf8e2b94928594907566fb68 100644 (file)
@@ -43,7 +43,7 @@ public:
 protected:
 
        void audio (boost::shared_ptr<const AudioBuffers>, AudioContent::Frame);
-       AudioContent::Frame _next_audio_frame;
+       AudioContent::Frame _audio_position;
 };
 
 #endif