summaryrefslogtreecommitdiff
path: root/src/mono_mpeg2_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-16 17:45:46 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-18 01:10:32 +0100
commitc3c127e0bdb988696d16f47ea8080df3eff38420 (patch)
treeecdff8d299152eef491f1946e6ccb4f6d9cf8e71 /src/mono_mpeg2_picture_asset.h
parent45ed3bf55175a8555123b320b366efb69b1ba629 (diff)
Add can_be_read() to ReelFileAsset and subclasses.
Diffstat (limited to 'src/mono_mpeg2_picture_asset.h')
-rw-r--r--src/mono_mpeg2_picture_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono_mpeg2_picture_asset.h b/src/mono_mpeg2_picture_asset.h
index 8ef3653e..dc2637e7 100644
--- a/src/mono_mpeg2_picture_asset.h
+++ b/src/mono_mpeg2_picture_asset.h
@@ -61,6 +61,8 @@ public:
explicit MonoMPEG2PictureAsset(boost::filesystem::path file);
+ bool can_be_read() const override;
+
std::shared_ptr<MPEG2PictureAssetWriter> start_write(boost::filesystem::path file, Behaviour behaviour) override;
std::shared_ptr<MonoMPEG2PictureAssetReader> start_read() const;
};