summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vdr/input_vdr.c2
-rw-r--r--src/vdr/post_vdr_video.c7
2 files changed, 8 insertions, 1 deletions
diff --git a/src/vdr/input_vdr.c b/src/vdr/input_vdr.c
index 2b68817f9..ce0b0df17 100644
--- a/src/vdr/input_vdr.c
+++ b/src/vdr/input_vdr.c
@@ -289,7 +289,7 @@ fprintf(stderr, "ratio: %d\n", ratio);
xine_set_param(this->stream, XINE_PARAM_VO_ZOOM_X, this->image4_3_zoom_x);
xine_set_param(this->stream, XINE_PARAM_VO_ZOOM_Y, this->image4_3_zoom_y);
}
- else if (17777 <= ratio && ratio <= 17779)
+ else /* if (17777 <= ratio && ratio <= 17779) */
{
xine_set_param(this->stream, XINE_PARAM_VO_ZOOM_X, this->image16_9_zoom_x);
xine_set_param(this->stream, XINE_PARAM_VO_ZOOM_Y, this->image16_9_zoom_y);
diff --git a/src/vdr/post_vdr_video.c b/src/vdr/post_vdr_video.c
index 52bef43b6..efb05d0dc 100644
--- a/src/vdr/post_vdr_video.c
+++ b/src/vdr/post_vdr_video.c
@@ -458,6 +458,13 @@ static int vdr_video_draw(vo_frame_t *frame, xine_stream_t *stream)
frame->next->pts = 0;
}
*/
+ {
+ int a = 0, b = 0, c = 0, d = 0;
+ if (stream)
+ _x_query_buffer_usage(stream, &a, &b, &c, &d);
+ fprintf(stderr, "buffer usage: %3d, %2d, %2d, %2d, %p\n", a, b, c, d, stream);
+ }
+
if (!this->enabled
|| frame->bad_frame
|| (frame->format != XINE_IMGFMT_YUY2