Fixes to 3D shuffler to fix #1463.
[dcpomatic.git] / src / lib / shuffler.h
index 3eed3e4f005a1db2bfb92d80d91a07877a127c4d..7ac300b478335a9c8e3d24c6708c650944e0626a 100644 (file)
@@ -38,4 +38,5 @@ public:
 private:
        std::list<Store> _store;
        boost::optional<ContentVideo> _last;
+       static int const _max_size;
 };