[FFmpeg-cvslog] avcodec/vp9dsp: fix typo in mc doxy.
Clément Bœsch
git at videolan.org
Sat Mar 29 18:20:50 CET 2014
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Mar 29 17:28:37 2014 +0100| [af3b6aed0da5e292897b3be099c3cc7a3a44e2c4] | committer: Clément Bœsch
avcodec/vp9dsp: fix typo in mc doxy.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af3b6aed0da5e292897b3be099c3cc7a3a44e2c4
---
libavcodec/vp9dsp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vp9dsp.h b/libavcodec/vp9dsp.h
index 74124e4..db0a92e 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
*/
More information about the ffmpeg-cvslog
mailing list