]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/vp9dsp: fix typo in mc doxy.
authorClément Bœsch <u@pkh.me>
Sat, 29 Mar 2014 16:28:37 +0000 (17:28 +0100)
committerClément Bœsch <u@pkh.me>
Sat, 29 Mar 2014 17:13:15 +0000 (18:13 +0100)
libavcodec/vp9dsp.h

index 74124e44bedeadb03e681ae3148350665465e964..db0a92e210c66718b904cdf553570ab73cbd9506 100644 (file)
@@ -104,7 +104,7 @@ typedef struct VP9DSPContext {
      * dimension 2: filter type (0: smooth, 1: regular, 2: sharp, 3: bilin)
      * dimension 3: averaging type (0: put, 1: avg)
      * dimension 4: x subpel interpolation (0: none, 1: 8tap/bilin)
-     * dimension 5: y subpel interpolation (1: none, 1: 8tap/bilin)
+     * dimension 5: y subpel interpolation (0: none, 1: 8tap/bilin)
      *
      * dst/stride are aligned by hsize
      */