diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
commit | 2cab640129cad86f376f5bd62dbf345b3d36ec7c (patch) | |
tree | 35c90a0be098a90780929de36ed81e23c8962cfe /libpostproc/postprocess.c | |
parent | 88a7a2dc6c2e8f7ad79afeeeab78cac033b1f4ca (diff) | |
download | ffmpeg-2cab640129cad86f376f5bd62dbf345b3d36ec7c.tar.gz |
typo fixes
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r-- | libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index b274bb47ce..c5eca4bf9f 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -47,7 +47,7 @@ LinBlendDeinterlace e E E* MedianDeinterlace# E Ec Ec TempDeNoiser# E e e Ec -* i do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work +* I do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work # more or less selfinvented filters so the exactness is not too meaningful E = Exact implementation e = allmost exact implementation (slightly different rounding,...) |