Remove spaces and tabs at end of lines.
[synfig.git] / synfig-core / trunk / src / modules / mod_libavcodec / trgt_av.cpp
index 94881a7..5ad733a 100644 (file)
@@ -6,6 +6,8 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**  Copyright (c) 2008 Paul Wise
+**  Copyright (c) 2008 Gerco Ballintijn
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -418,8 +420,8 @@ public:
                                        context->width, context->height, context->pix_fmt,
                                        SWS_BICUBIC, NULL, NULL, NULL);
 
-                       sws_scale(img_convert_ctx, pict->data, pict->linesize, 
-                               
+                       sws_scale(img_convert_ctx, pict->data, pict->linesize,
+
                                0, context->height, encodable->data,
                                encodable->linesize);