diff options
| author | Christophe Thommeret <hftom@free.fr> | 2008-12-22 12:28:07 +0000 |
|---|---|---|
| committer | Christophe Thommeret <hftom@free.fr> | 2008-12-22 12:28:07 +0000 |
| commit | a2ddf2d655168b7dfffd72b98cc800ffe7ab0965 (patch) | |
| tree | 26474d03e3d68d3b621794fc839eb988210ce1bd /src/video_out | |
| parent | fa9e2c2f46c18cf16a0f6acbc75e671876c29d51 (diff) | |
| download | xine-lib-a2ddf2d655168b7dfffd72b98cc800ffe7ab0965.tar.gz xine-lib-a2ddf2d655168b7dfffd72b98cc800ffe7ab0965.tar.bz2 | |
Clear PTS on reset; remove a printf.
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 3fb4d870f..bfd4531c9 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -559,7 +559,7 @@ static void vdpau_update_frame_format (vo_driver_t *this_gen, vo_frame_t *frame_ vdpau_frame_field ((vo_frame_t *)frame, flags); } - printf("vo_vdpau: allocated_surfaces=%d\n", this->allocated_surfaces ); + //printf("vo_vdpau: allocated_surfaces=%d\n", this->allocated_surfaces ); frame->ratio = ratio; } |
