diff options
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r-- | src/xine-engine/video_out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 543e141fb..ce6092a0d 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.9 2001/05/26 00:48:47 guenter Exp $ + * $Id: video_out.c,v 1.10 2001/05/27 23:48:12 guenter Exp $ * */ @@ -360,7 +360,6 @@ static int vo_frame_draw (vo_frame_t *img) { xprintf (VERBOSE|VIDEO,"video_out: got image. vpts for picture is %d\n", pic_vpts); - /* printf ("video_out: got image. vpts for picture is %d\n", pic_vpts); */ cur_vpts = this->metronom->get_current_time(this->metronom); |