diff options
author | Christophe Thommeret <hftom@free.fr> | 2009-06-11 13:07:37 +0100 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2009-06-11 13:07:37 +0100 |
commit | 2daed669573c55bcd621153bdfffa251758e0f83 (patch) | |
tree | f28c1d7beb0eabfcbbf181c4f133631f96bb5f1f /src | |
parent | 152bbca94ab1e298c68a7b810222a5ae6f5a8808 (diff) | |
download | xine-lib-2daed669573c55bcd621153bdfffa251758e0f83.tar.gz xine-lib-2daed669573c55bcd621153bdfffa251758e0f83.tar.bz2 |
Cleanup.
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 152f0878a..171190bc5 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -437,20 +437,6 @@ static int vo_frame_draw (vo_frame_t *img, xine_stream_t *stream) { int frames_to_skip; int duration; - /*if (1) { - static int64_t pts = 0; - fprintf(stderr, "img->pts: %lld, pts: %lld, img->duration: %d", img->pts, pts, img->duration); - if (img->pts) { - if (pts != img->pts) - fprintf(stderr, " ERROR: %12ld", img->pts - pts); - pts = img->pts + img->duration; - } - else { - pts += img->duration; - } - fprintf(stderr, "\n"); - }*/ - /* handle anonymous streams like NULL for easy checking */ if (stream == XINE_ANON_STREAM) stream = NULL; |