diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-01 19:00:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-01 19:00:02 +0000 |
| commit | 42410ff820cf885a4b26c24c6c5c9d759dadbf2f (patch) | |
| tree | 18cd78d71f584e8a264450ba675225051d915be6 /src/lib/encoder.h | |
| parent | 524e8a3b57652195f78d8bfd1c13233a8ed7b669 (diff) | |
| parent | 03d348150eeaffbbce886e60a9cf0194a33e81ca (diff) | |
Merge branch 'new-env-test'
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 2d9780b52..20ec8fb16 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -53,6 +53,7 @@ class Encoder { 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 (int64_t audio_channel_layout) = 0; |
