[FFmpeg-cvslog] pp: fix typo in avg() comment.
Clément Bœsch
git at videolan.org
Thu Nov 15 21:59:41 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Jul 8 23:09:14 2012 +0200| [5cd567cfb49fca904165708cfe6c23a1bddc4512] | committer: Clément Bœsch
pp: fix typo in avg() comment.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5cd567cfb49fca904165708cfe6c23a1bddc4512
---
libpostproc/postprocess_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c
index e97c916..f45ccf8 100644
--- a/libpostproc/postprocess_template.c
+++ b/libpostproc/postprocess_template.c
@@ -1465,7 +1465,7 @@ static inline void RENAME(deInterlaceInterpolateCubic)(uint8_t src[], int stride
"movq " #d ", %%mm2 \n\t"\
"movq " #e ", %%mm3 \n\t"\
PAVGB(%%mm2, %%mm1) /* (b+d) /2 */\
- PAVGB(%%mm3, %%mm0) /* a(a+e) /2 */\
+ PAVGB(%%mm3, %%mm0) /* (a+e) /2 */\
"movq %%mm0, %%mm2 \n\t"\
"punpcklbw %%mm7, %%mm0 \n\t"\
"punpckhbw %%mm7, %%mm2 \n\t"\
More information about the ffmpeg-cvslog
mailing list