diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 14:31:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 14:31:12 +0000 |
| commit | 7e25d487cba3c23d847aedee84a8e5143f4a209c (patch) | |
| tree | 1fa33dc4ec81e27dc3f2b8b49c93a1f6a5707b30 /src/lib/image.h | |
| parent | b681612ff9f1cdb06d9aa5b246dc294442a31ddb (diff) | |
| parent | e9fa6f47c5cd52f0b56f277fdeaf6a4f636ddf01 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 13b92d72f..95e0de9dc 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -124,7 +124,6 @@ public: SimpleImage (AVPixelFormat, Size, bool); SimpleImage (SimpleImage const &); SimpleImage& operator= (SimpleImage const &); - SimpleImage (boost::shared_ptr<const Image>, bool aligned); ~SimpleImage (); uint8_t ** data () const; |
