diff DOCS/tech/swscaler_methods.txt @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 567c3d5da0ca
children 32725ca88fed
line wrap: on
line diff
--- a/DOCS/tech/swscaler_methods.txt	Tue May 12 19:25:35 2009 +0000
+++ b/DOCS/tech/swscaler_methods.txt	Wed May 13 02:58:57 2009 +0000
@@ -28,7 +28,7 @@
 
 recommendations: (based upon my personal opinion many ppl might disagree ...)
 ---------------------------------------------------------------------
-        
+
 the recommended scalers for upscaling:
 fast_bilinear, point if speed is important
 cubic, spline, lanczos if quality is important
@@ -38,8 +38,8 @@
 gauss, bilinear if quality is important
 cubic, spline, lanczos if a sharper picture is important
 
-note: when encoding at a limited amount of bits (not constant quantizer) 
-then a slightly blurred input might look better after decoding than a slightly 
+note: when encoding at a limited amount of bits (not constant quantizer)
+then a slightly blurred input might look better after decoding than a slightly
 sharpened one, especially for lower bitrates
 
 sws numbers / names / artifact types
@@ -64,6 +64,6 @@
 		short filter		 b
 -sws 10	bicubic spline			r
 
-Notes: 
+Notes:
 	area upscale is identical to bilinear