Avoid decoding other packets when looking for subs.
[dcpomatic.git] / src / lib / image_decoder.h
index 4d96306a89c63775121f4e243da36ce2aa507372..4ce75a20d043871add2623699877029e45d4f8fe 100644 (file)
@@ -31,7 +31,7 @@ public:
        }
 
 private:
-       bool pass ();
+       bool pass (PassReason);
        void seek (ContentTime, bool);
 
        boost::shared_ptr<const ImageContent> _image_content;