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.cc | |
| parent | 4a291fd1e78c3307d6dffbbadf1bd005ed5a430b (diff) | |
Various libdcp API changes.
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 847ad1046..ffe9f3e0b 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -660,7 +660,7 @@ Image::~Image () av_free (_stride); } -uint8_t ** +uint8_t * const * Image::data () const { return _data; @@ -672,7 +672,7 @@ Image::line_size () const return _line_size; } -int * +int const * Image::stride () const { return _stride; |
