]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/producer_pixbuf.c
Minor tweaks
[mlt] / src / modules / gtk2 / producer_pixbuf.c
index 2345145251a9bdf46e9b8c667ce4e47cfd2016b6..95cae13ade88d59a3322b3d80a086b4b75a5d378 100644 (file)
@@ -164,7 +164,7 @@ static void refresh_image( mlt_frame frame, int width, int height )
 
                // Note - the original pixbuf is already safe and ready for destruction
                pixbuf = gdk_pixbuf_scale_simple( pixbuf, width, height, interp );
-               
+
                // Store width and height
                this->width = width;
                this->height = height;