]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_gradfun.c
Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'
[ffmpeg] / libavfilter / vf_gradfun.c
index e9af24fad33d47c211713d7666330d4d2a640234..f63128d72ecef9589a2b743f5b32e484e63baaa8 100644 (file)
@@ -26,9 +26,9 @@
  *
  * Apply a boxblur debanding algorithm (based on the gradfun2db
  * AviSynth filter by prunedtree).
- * Foreach pixel, if it's within threshold of the blurred value, make it closer.
- * So now we have a smoothed and higher bitdepth version of all the shallow
- * gradients, while leaving detailed areas untouched.
+ * For each pixel, if it is within the threshold of the blurred value, make it
+ * closer. So now we have a smoothed and higher bitdepth version of all the
+ * shallow gradients, while leaving detailed areas untouched.
  * Dither it back to 8bit.
  */