diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-21 23:42:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-21 23:42:00 +0200 |
| commit | aeaf8995c5eaff87720b3c7d5bc014183abdddd8 (patch) | |
| tree | 30f3e997f23bb8dc650a3ba7d137acc271ce0126 /src/lib/ffmpeg_image_proxy.h | |
| parent | 7511fa9bb8d8b39d11f687dd55193d3e554a0874 (diff) | |
White space: ffmpeg_image_proxy.{cc,h}
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.h')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index 3817d709f..c98546459 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -26,22 +26,22 @@ class FFmpegImageProxy : public ImageProxy { public: - explicit FFmpegImageProxy (boost::filesystem::path); - explicit FFmpegImageProxy (dcp::ArrayData); - explicit FFmpegImageProxy (std::shared_ptr<Socket> socket); + explicit FFmpegImageProxy(boost::filesystem::path); + explicit FFmpegImageProxy(dcp::ArrayData); + explicit FFmpegImageProxy(std::shared_ptr<Socket> socket); - Result image ( + Result image( Image::Alignment alignment, - boost::optional<dcp::Size> size = boost::optional<dcp::Size> () + boost::optional<dcp::Size> size = boost::optional<dcp::Size>() ) const override; void add_metadata(xmlpp::Element*) 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; + 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); + int avio_read(uint8_t* buffer, int const amount); + int64_t avio_seek(int64_t const pos, int whence); private: dcp::ArrayData _data; |
