diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:09:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:09:20 +0000 |
commit | e42dba481f6e552539ed8ce1a164024f68667943 (patch) | |
tree | 1bd9fca6580e24eb697a145eab31d487a7645ba9 /libpostproc | |
parent | 911406f2c476c8e8fcd0fdf997f071f925cd4a32 (diff) | |
download | ffmpeg-e42dba481f6e552539ed8ce1a164024f68667943.tar.gz |
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index f084130a66..730c58b231 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -3415,7 +3415,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int sum+= yHistogram[i]; } - /* we allways get a completly black picture first */ + /* We always get a completely black picture first. */ maxClipped= (uint64_t)(sum * c.ppMode.maxClippedThreshold); clipped= sum; |