diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-03 23:08:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-03 23:08:27 +0000 |
| commit | a5095486e606adfe36de635a48710cf98872c1c6 (patch) | |
| tree | cf7a17cb48a258473fde05593653a759ad81f633 /src/lib/image.h | |
| parent | 4a291fd1e78c3307d6dffbbadf1bd005ed5a430b (diff) | |
Various libdcp API changes.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 8ca6aae09..22f3f6e50 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -48,9 +48,9 @@ public: Image& operator= (Image const &); ~Image (); - uint8_t ** data () const; + uint8_t * const * data () const; int * line_size () const; - int * stride () const; + int const * stride () const; dcp::Size size () const; bool aligned () const; |
