diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 23:44:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 23:44:44 +0100 |
| commit | 317642ed92c76e0387fe8c439fd0c36317a7ef0d (patch) | |
| tree | c7f6ad3d2ef6b9a329b1d03f0b0bc5641d530a68 /src/lib/ffmpeg_encoder.h | |
| parent | b16b1bde7ff5ba0f778db330881633cb52499edb (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 51af48d48..37e45a888 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -87,10 +87,6 @@ private: boost::shared_ptr<AudioBuffers> _pending_audio; - mutable boost::mutex _queue_mutex; - boost::condition _queue_full; - std::list<std::pair<boost::shared_ptr<PlayerVideo>, DCPTime> > _queue; - boost::shared_ptr<Butler> _butler; /** Store of shared_ptr<Image> to keep them alive whilst raw pointers into |
