summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-18 20:26:05 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-18 20:26:05 +0200
commit94eff17bdb94c170d456c7dab5ad3d4c00af4b14 (patch)
tree54281a554d800b49c149a69fe037035f903498ad /src/lib/ffmpeg_decoder.h
parent053bf81d7ef24843cc2eea62e24c2296fed48950 (diff)
parentc9a1e2040bf5600aeafdefe56a3bf46e15419a16 (diff)
Hopefully fix colour of Rec.2020 sources in the preview.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index e1a023453..9de44333c 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -27,6 +27,7 @@
#include "bitmap_text.h"
#include "decoder.h"
#include "ffmpeg.h"
+#include "video_filter_graph_set.h"
#include "util.h"
extern "C" {
#include <libavcodec/avcodec.h>
@@ -76,8 +77,7 @@ private:
void maybe_add_subtitle ();
- std::list<std::shared_ptr<VideoFilterGraph>> _filter_graphs;
- boost::mutex _filter_graphs_mutex;
+ VideoFilterGraphSet _filter_graphs;
dcpomatic::ContentTime _pts_offset;
boost::optional<dcpomatic::ContentTime> _current_subtitle_to;