summaryrefslogtreecommitdiff
path: root/src/stereo_j2k_picture_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_j2k_picture_asset.h')
-rw-r--r--src/stereo_j2k_picture_asset.h2
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;