summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess_template.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-08 23:09:14 +0200
committerClément Bœsch <ubitux@gmail.com>2012-11-15 21:54:18 +0100
commit5cd567cfb49fca904165708cfe6c23a1bddc4512 (patch)
tree23742409c348c137e18df2d4840fffde993a7518 /libpostproc/postprocess_template.c
parent4c0aece1926a05e861fde1e2145dd44cf0591337 (diff)
downloadffmpeg-streaming-5cd567cfb49fca904165708cfe6c23a1bddc4512.zip
ffmpeg-streaming-5cd567cfb49fca904165708cfe6c23a1bddc4512.tar.gz
pp: fix typo in avg() comment.
Diffstat (limited to 'libpostproc/postprocess_template.c')
-rw-r--r--libpostproc/postprocess_template.c2
1 files changed, 1 insertions, 1 deletions
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"\
OpenPOWER on IntegriCloud