summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-16 13:43:25 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-16 13:43:25 +0000
commit3171c89fef95b19c8889996caaac73eea71cf388 (patch)
treedeeeda477690ff9af5a67bd210270b5da7806371 /src/lib/decoder.h
parent1f2bc4d8f3601ad1e12b94f37b3889fcd003509b (diff)
Decoder handles crop changing.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index be1fe38b6..0d35ebb3a 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -63,6 +63,8 @@ public:
*/
virtual bool seek (SourceFrame);
+ boost::signals2::signal<void()> OutputChanged;
+
protected:
/** our Film */
boost::shared_ptr<Film> _film;