]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess_internal.h
avienc: Fix rawvideo 32bit
[ffmpeg] / libpostproc / postprocess_internal.h
index fd0c7c13744717f9ebbe124e7057a8b30bb74266..2256d78f78e7c5abeae159867b755c3dbce2ad7e 100644 (file)
@@ -100,7 +100,7 @@ typedef struct PPMode{
 
     int minAllowedY;                ///< for brigtness correction
     int maxAllowedY;                ///< for brihtness correction
-    float maxClippedThreshold;      ///< amount of "black" u r willing to loose to get a brightness corrected picture
+    float maxClippedThreshold;      ///< amount of "black" you are willing to lose to get a brightness-corrected picture
 
     int maxTmpNoise[3];             ///< for Temporal Noise Reducing filter (Maximal sum of abs differences)