summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-06 23:37:50 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-18 01:14:05 +0200
commitad9aef93c04cef0c7cfad03b3b7083983fe3b197 (patch)
tree5c70e97f8ae23042e6de4cce516e51b3935c116a /src/lib/ffmpeg_decoder.h
parentba3aef9e033b9e533300026575ba39dcd3b6b80a (diff)
Remove believed-unnecessary mutex.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index e1a023453..c6d76f1e8 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -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;