X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=8715b9714cfefadcbc37c1a53016202153fb51af;hp=86a9489b111338241dc5907cb7d8f9ad0e685229;hb=c86ed0c80b762d31eb68386662a7c37ae4e21b6b;hpb=89b2ca022fd8020a713d3a66c0bee93b2b95aac1 diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 86a9489b1..8715b9714 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -41,6 +41,10 @@ public: return _video_content; } +#ifdef DCPOMATIC_DEBUG + int test_gaps; +#endif + protected: void seek (ContentTime time, bool accurate);