Don't disable forensic marking by default.
[dcpomatic.git] / src / lib / decoder_part.h
index a9568be8a6586a84b8d596c3f46795f2e89b0de5..1d0473fa5c87eeb538768432f6675a6cbc87a73b 100644 (file)
@@ -35,8 +35,8 @@ public:
 
        virtual ContentTime position () const = 0;
 
-       void set_ignore () {
-               _ignore = true;
+       void set_ignore (bool i) {
+               _ignore = i;
        }
 
        bool ignore () const {