diff options
author | Clément Bœsch <u@pkh.me> | 2014-03-29 17:28:37 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-03-29 18:13:15 +0100 |
commit | af3b6aed0da5e292897b3be099c3cc7a3a44e2c4 (patch) | |
tree | 5dedccd2e32991e55e478e247d8b2fa089ccd72b /libavcodec/vp9dsp.h | |
parent | c4148a6668b768a6256db3ff554aae2bab6f30b1 (diff) | |
download | ffmpeg-af3b6aed0da5e292897b3be099c3cc7a3a44e2c4.tar.gz |
avcodec/vp9dsp: fix typo in mc doxy.
Diffstat (limited to 'libavcodec/vp9dsp.h')
-rw-r--r-- | libavcodec/vp9dsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9dsp.h b/libavcodec/vp9dsp.h index 74124e44be..db0a92e210 100644 --- a/libavcodec/vp9dsp.h +++ b/libavcodec/vp9dsp.h @@ -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 */ |