diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-28 18:46:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-28 18:46:42 +0000 |
| commit | 8bb4ba8f424cac07f7730fca99d5333fcd76a84d (patch) | |
| tree | a5be1442aaff21809dd9928e4c45a3934540292b /src/lib/image.h | |
| parent | 2e5b4effbc5e7f7ac74cae541a05d3401c9170b0 (diff) | |
| parent | 5b892b4b6792456070cb3face8b9efb48968658d (diff) | |
Merge branch 'master' into i18n
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 5 |
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 }; |
