diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-20 21:29:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-20 21:29:56 +0100 |
| commit | 01502a0fd529f308be248b6f8264c3a8642fce49 (patch) | |
| tree | 8f5a516cc962ad9b3ca9f989e56fbadcdb6186b7 /src/lib/image.h | |
| parent | 06844fc5bf1aaf48fd5d7008aaca671f48e83223 (diff) | |
Port make_black fix for YUVA from master.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 6af74a8c5..e455f22c6 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -78,7 +78,7 @@ private: void allocate (); void swap (Image &); float bytes_per_pixel (int) const; - void yuv_16_black (uint16_t); + void yuv_16_black (uint16_t, bool); static uint16_t swap_16 (uint16_t); AVPixelFormat _pixel_format; ///< FFmpeg's way of describing the pixel format of this Image |
