Improve FFmpeg sync, in theory.
[dcpomatic.git] / src / lib / video_decoder.h
index c86248417bdd8b4f8147fd149fb6fbe3279e2775..d24219d956cba2df1b92b8a58e2d3f5bc8d24d78 100644 (file)
@@ -43,7 +43,7 @@ public:
 protected:
 
        void video (boost::shared_ptr<const Image>, bool, VideoContent::Frame);
-       VideoContent::Frame _next_video_frame;
+       VideoContent::Frame _video_position;
 };
 
 #endif