summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-04 19:51:03 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-04 19:51:03 +0000
commit288e7e64e9be84b8dbe11f5acb490e64a29d9378 (patch)
tree4535e3c21804444e50eb2fbbf03699fb941a40bd /src/lib/encoder.h
parent3ba89a00859e8108017a0d6f2275f0658173b80f (diff)
parent3e915b00219ee8c97e50bbc775d90d0dddce87b6 (diff)
Merge master.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index 68a5f6139..b12bd0d48 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -55,6 +55,7 @@ class Encoder : public VideoSink, public AudioSink
{
public:
Encoder (boost::shared_ptr<const Film> f, boost::shared_ptr<const Options> o);
+ virtual ~Encoder () {}
/** Called to indicate that a processing run is about to begin */
virtual void process_begin () {}