diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-16 17:45:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-18 01:10:32 +0100 |
| commit | c3c127e0bdb988696d16f47ea8080df3eff38420 (patch) | |
| tree | ecdff8d299152eef491f1946e6ccb4f6d9cf8e71 /src/stereo_j2k_picture_asset.h | |
| parent | 45ed3bf55175a8555123b320b366efb69b1ba629 (diff) | |
Add can_be_read() to ReelFileAsset and subclasses.
Diffstat (limited to 'src/stereo_j2k_picture_asset.h')
| -rw-r--r-- | src/stereo_j2k_picture_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stereo_j2k_picture_asset.h b/src/stereo_j2k_picture_asset.h index 7ef86ec5..6c870d59 100644 --- a/src/stereo_j2k_picture_asset.h +++ b/src/stereo_j2k_picture_asset.h @@ -57,6 +57,8 @@ public: explicit StereoJ2KPictureAsset (boost::filesystem::path file); explicit StereoJ2KPictureAsset (Fraction edit_rate, Standard standard); + bool can_be_read() const override; + /** Start a progressive write to a StereoJ2KPictureAsset */ std::shared_ptr<J2KPictureAssetWriter> start_write(boost::filesystem::path file, Behaviour behaviour) override; std::shared_ptr<StereoJ2KPictureAssetReader> start_read () const; |
