diff options
Diffstat (limited to 'src')
| -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 |
