summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-28 18:46:42 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-28 18:46:42 +0000
commit8bb4ba8f424cac07f7730fca99d5333fcd76a84d (patch)
treea5be1442aaff21809dd9928e4c45a3934540292b /src/lib/image.h
parent2e5b4effbc5e7f7ac74cae541a05d3401c9170b0 (diff)
parent5b892b4b6792456070cb3face8b9efb48968658d (diff)
Merge branch 'master' into i18n
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index f40ea9280..6b9ade99e 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -92,7 +92,10 @@ protected:
virtual void swap (Image &);
float bytes_per_pixel (int) const;
-private:
+private:
+ void yuv_16_black (uint16_t);
+ static uint16_t swap_16 (uint16_t);
+
AVPixelFormat _pixel_format; ///< FFmpeg's way of describing the pixel format of this Image
};