summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h2
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