From 2866d108c9e9da7baf53ff57a51d470691049a57 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 10 Jul 2016 13:19:24 +0300 Subject: vp8dsp: Remove the comment saying that the height is equal to the width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This comment isn't true, the height can be different from the width for these functions (which is why the height is passed as a parameter to them). Signed-off-by: Martin Storsjö --- libavcodec/vp8dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp8dsp.h') diff --git a/libavcodec/vp8dsp.h b/libavcodec/vp8dsp.h index deb8f27570..b248b86404 100644 --- a/libavcodec/vp8dsp.h +++ b/libavcodec/vp8dsp.h @@ -70,7 +70,7 @@ typedef struct VP8DSPContext { void (*vp8_h_loop_filter_simple)(uint8_t *dst, ptrdiff_t stride, int flim); /** - * first dimension: 4-log2(width), height is assumed equal to width + * first dimension: 4-log2(width) * second dimension: 0 if no vertical interpolation is needed; * 1 4-tap vertical interpolation filter (my & 1) * 2 6-tap vertical interpolation filter (!(my & 1)) -- cgit v1.2.3