summaryrefslogtreecommitdiff
path: root/src/lib/image_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-23 16:12:14 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-23 16:12:14 +0100
commit526fd6de4c80a7ac9614a1cb0209efff7b171cd5 (patch)
treea6da82bdd59d98f19661ab1da2415cbc37353b0f /src/lib/image_decoder.h
parentf24452ee5fe7af655a16d4e1a3bb1c87a54596cc (diff)
Revert "Avoid decoding other packets when looking for subs."
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49. It causes corruption in prophet_clip.xml for reasons that are not yet known.
Diffstat (limited to 'src/lib/image_decoder.h')
-rw-r--r--src/lib/image_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h
index 4ce75a20d..4d96306a8 100644
--- a/src/lib/image_decoder.h
+++ b/src/lib/image_decoder.h
@@ -31,7 +31,7 @@ public:
}
private:
- bool pass (PassReason);
+ bool pass ();
void seek (ContentTime, bool);
boost::shared_ptr<const ImageContent> _image_content;