summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:20:35 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit1f4f56b4d5e3d08be5ff823c9890a8b4e0af5967 (patch)
treec73cd840eea3b320c3307f4dcd3449fc4e6f1bd1 /src/lib/ffmpeg_content.h
parentf015d6b314a6bfc8534e3e2c331d6edd5f817e25 (diff)
Separate some things out from the examination process.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 975569ba6..006cdfb38 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -67,6 +67,7 @@ public:
}
void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job>, bool tolerant) override;
+ void prepare_for_add_to_film(std::shared_ptr<const Film> film) override;
void take_settings_from(std::shared_ptr<const Content> c) override;
std::string summary() const override;
std::string technical_summary() const override;