summaryrefslogtreecommitdiff
path: root/libavcodec/vp8dsp.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-11-17 15:06:28 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-11-17 15:06:28 +0100
commite999a4ed6c63ae88506bcca98ed1dcc59369e723 (patch)
tree5c3bad987cedc65a06ad948762832c27b038a932 /libavcodec/vp8dsp.h
parent90b72f6bdac98bbdd4bfddbfdc6038c667d7d30e (diff)
parent2866d108c9e9da7baf53ff57a51d470691049a57 (diff)
Merge commit '2866d108c9e9da7baf53ff57a51d470691049a57'
* commit '2866d108c9e9da7baf53ff57a51d470691049a57': vp8dsp: Remove the comment saying that the height is equal to the width Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/vp8dsp.h')
-rw-r--r--libavcodec/vp8dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8dsp.h b/libavcodec/vp8dsp.h
index cda759421f..eaae4aed6d 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))