diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-26 17:08:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-26 17:08:00 +0100 |
| commit | 0302594838ce422afb3346ecc91a1bdfd26c00de (patch) | |
| tree | d1087c24b51044ad4870c4b9017144d686b60852 /src/lib/encoder.h | |
| parent | e1093a718c15e1c9ca98abbf514ec54293f0723a (diff) | |
Basic multithread of DCP decryption during export.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 645401952..4907ed7c5 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -49,17 +49,9 @@ public: virtual bool finishing () const = 0; protected: - virtual void video (boost::shared_ptr<PlayerVideo>, DCPTime) = 0; - virtual void audio (boost::shared_ptr<AudioBuffers>, DCPTime) = 0; - virtual void subtitle (PlayerSubtitles, DCPTimePeriod) = 0; - boost::shared_ptr<const Film> _film; boost::weak_ptr<Job> _job; boost::shared_ptr<Player> _player; - - boost::signals2::scoped_connection _player_video_connection; - boost::signals2::scoped_connection _player_audio_connection; - boost::signals2::scoped_connection _player_subtitle_connection; }; #endif |
