# HG changeset patch # User reimar # Date 1351615640 0 # Node ID f54201cb82ae16a4d5295bcf6b0e21a5ece50c99 # Parent e5f3eeacf75f43e56f5bc7f20a6eca6f7d110b3c Remove left-over debug printf. diff -r e5f3eeacf75f -r f54201cb82ae libvo/vo_sdl.c --- a/libvo/vo_sdl.c Tue Oct 30 16:42:25 2012 +0000 +++ b/libvo/vo_sdl.c Tue Oct 30 16:47:20 2012 +0000 @@ -630,7 +630,6 @@ priv->height = height; priv->dstwidth = vo_dwidth; priv->dstheight = vo_dheight; -printf("w/h: %i %i\n", vo_dwidth, vo_dheight); priv->format = format;