Various fixes to FFmpeg decoder, including a couple of tests.
[dcpomatic.git] / src / lib / video_decoder.h
index 86a9489b111338241dc5907cb7d8f9ad0e685229..8715b9714cfefadcbc37c1a53016202153fb51af 100644 (file)
@@ -41,6 +41,10 @@ public:
                return _video_content;
        }
 
+#ifdef DCPOMATIC_DEBUG
+       int test_gaps;
+#endif
+
 protected:
 
        void seek (ContentTime time, bool accurate);