From bd1071363648638a1a2d958edb70e8ca83ec4138 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 15 Mar 2008 16:15:47 +0000 Subject: typo fixes Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpostproc/postprocess.c') 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 -- cgit v1.2.3