Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-15 19:15:47 +0300
committerDiego Biurrun <diego@biurrun.de>2008-03-15 19:15:47 +0300
commitbd1071363648638a1a2d958edb70e8ca83ec4138 (patch)
treef8de9e326f2587a1216b3378c7ac0c559ec2fe32 /libpostproc/postprocess.c
parentbee972eeaddbcd92d8bc4823bd676fe19fa0e96f (diff)
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r--libpostproc/postprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 90ed0876b9..572e6078fb 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -392,7 +392,7 @@ static inline void doHorizLowPass_C(uint8_t dst[], int stride, PPContext *c)
/**
* Experimental Filter 1 (Horizontal)
* will not damage linear gradients
- * Flat blocks should look like they where passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter
+ * Flat blocks should look like they were passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter
* can only smooth blocks at the expected locations (it cannot smooth them if they did move)
* MMX2 version does correct clipping C version does not
* not identical with the vertical one