diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-06 23:38:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:25:57 +0200 |
| commit | bdbec5b501af2c020dd783eb8b0b8c18c34b6552 (patch) | |
| tree | 92819766f9fa72c4ecd2ae7c0a7be71d4cb37c2c /src/lib/ffmpeg_decoder.h | |
| parent | b65d616d5e187ca2153f5f9390dd8ad16d7da30e (diff) | |
Extract VideoFilterGraphSet.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index c6d76f1e8..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,7 +77,7 @@ private: void maybe_add_subtitle (); - std::list<std::shared_ptr<VideoFilterGraph>> _filter_graphs; + VideoFilterGraphSet _filter_graphs; dcpomatic::ContentTime _pts_offset; boost::optional<dcpomatic::ContentTime> _current_subtitle_to; |
