diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:42:29 +0200 |
| commit | 0dcacddac3ba086b16d5c0577f4a44c12dd564a9 (patch) | |
| tree | 698fc6162fe09bd05b075c07fb14d70f5ddd65df /src/lib/ffmpeg_image_proxy.h | |
| parent | e6e220eb80ec8258e417794e0f142ebddffc6c25 (diff) | |
Add some missing override labels.
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.h')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index 48317ed75..b2b0260b5 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -34,12 +34,12 @@ public: Result image ( Image::Alignment alignment, boost::optional<dcp::Size> size = boost::optional<dcp::Size> () - ) const; + ) const override; - void add_metadata (xmlpp::Node *) const; - void write_to_socket (std::shared_ptr<Socket>) const; - bool same (std::shared_ptr<const ImageProxy> other) const; - size_t memory_used () const; + void add_metadata (xmlpp::Node *) const override; + void write_to_socket (std::shared_ptr<Socket>) const override; + bool same (std::shared_ptr<const ImageProxy> other) const override; + size_t memory_used () const override; int avio_read (uint8_t* buffer, int const amount); int64_t avio_seek (int64_t const pos, int whence); |
