]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8dsp.h
atrac3plus: Convert to the new bitstream reader
[ffmpeg] / libavcodec / vp8dsp.h
index deb8f2757088fc480709d190909762bfeb09de55..b248b8640443cb0d1c9780d210c1f17e602df4c5 100644 (file)
@@ -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))