summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-21 01:15:32 +0100
commite60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch)
treea7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/image.h
parentf07d5125a7b609320682689abe40781f096ca25e (diff)
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index 8cf4a72f7..89cd98f7b 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -47,7 +47,7 @@ public:
Image (boost::shared_ptr<const Image>, bool);
Image& operator= (Image const &);
~Image ();
-
+
uint8_t * const * data () const;
int * line_size () const;
int const * stride () const;
@@ -61,7 +61,7 @@ public:
boost::shared_ptr<Image> scale (dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const;
boost::shared_ptr<Image> crop (Crop c, bool aligned) const;
boost::shared_ptr<Image> crop_scale_window (Crop c, dcp::Size, dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const;
-
+
void make_black ();
void make_transparent ();
void alpha_blend (boost::shared_ptr<const Image> image, Position<int> pos);
@@ -70,14 +70,14 @@ public:
void read_from_socket (boost::shared_ptr<Socket>);
void write_to_socket (boost::shared_ptr<Socket>) const;
-
+
AVPixelFormat pixel_format () const {
return _pixel_format;
}
private:
friend struct pixel_formats_test;
-
+
void allocate ();
void swap (Image &);
float bytes_per_pixel (int) const;