From a978f3ac575f1af017002c861480d5203cf0a34e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Aug 2015 16:43:38 +0100 Subject: Add video waveform viewer. --- src/lib/image.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/image.h') diff --git a/src/lib/image.h b/src/lib/image.h index 492f6212e..fabcb5675 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -49,14 +49,15 @@ public: ~Image (); uint8_t * const * data () const; - int * line_size () const; + int const * line_size () const; int const * stride () const; dcp::Size size () const; bool aligned () const; + int planes () const; int components () const; int line_factor (int) const; - int lines (int) const; + dcp::Size sample_size (int) const; boost::shared_ptr scale (dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const; boost::shared_ptr crop_scale_window (Crop c, dcp::Size, dcp::Size, dcp::YUVToRGB yuv_to_rgb, AVPixelFormat, bool aligned) const; -- cgit v1.2.3