diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-26 09:37:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-26 09:37:29 +0000 |
| commit | 2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84 (patch) | |
| tree | dd6ec559cfb77bc16a510aebbe1021b114a53748 /src/lib/image_decoder.h | |
| parent | 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 (diff) | |
Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only for preview.
Diffstat (limited to 'src/lib/image_decoder.h')
| -rw-r--r-- | src/lib/image_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h index 4d96306a8..e2de56acb 100644 --- a/src/lib/image_decoder.h +++ b/src/lib/image_decoder.h @@ -31,11 +31,10 @@ public: } private: - bool pass (); + bool pass (PassReason, bool); void seek (ContentTime, bool); boost::shared_ptr<const ImageContent> _image_content; boost::shared_ptr<ImageProxy> _image; Frame _video_position; }; - |
