Remove believed-unnecessary mutex.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index e1a023453a5d21eccd2a479907c674a77a367264..c6d76f1e8c1f7fe272332ffbbbb9f827aa063966 100644 (file)
@@ -77,7 +77,6 @@ private:
        void maybe_add_subtitle ();
 
        std::list<std::shared_ptr<VideoFilterGraph>> _filter_graphs;
-       boost::mutex _filter_graphs_mutex;
 
        dcpomatic::ContentTime _pts_offset;
        boost::optional<dcpomatic::ContentTime> _current_subtitle_to;