X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_decoder.h;h=f5c3cd743ba43bf3df96d4a1706507a33a0e3a95;hb=e491397c0028a80ac4a48a92007f783746553c1a;hp=2c0028fd1bcfa4ce6c6a8c831452608b89467041;hpb=04533b9cf34ce8089113015715083ee9c5b2b001;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 2c0028fd1..f5c3cd743 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -60,6 +60,7 @@ protected: boost::shared_ptr _video_content; std::list _decoded_video; + bool _same; }; #endif