mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user