From 97e449a0ecba2b981bd9eb52a368d96bfeb7c0c4 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Thu, 19 Jun 2003 19:46:19 +0000 Subject: fixed: - comments in input_v4l - a spare " in theora decoder CVS patchset: 5073 CVS date: 2003/06/19 19:46:19 --- src/input/input_v4l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_v4l.c') diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 97cf62093..a67069606 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -1385,7 +1385,7 @@ static buf_element_t *v4l_plugin_read_block (input_plugin_t *this_gen, buf->pts = this->pts_aud_start; /* Save start pts */ - this->pts_aud_start = get_time(); //this->stream->xine->clock->get_current_time(this->stream->xine->clock); + this->pts_aud_start = get_time(); /* this->stream->xine->clock->get_current_time(this->stream->xine->clock); */ if (!buf) /* Skip first sample as we don't have a good pts for this one */ @@ -1450,7 +1450,7 @@ static uint32_t v4l_plugin_get_capabilities (input_plugin_t *this_gen) if (this->audio_only) return 0x10; else - return 0; // 0x10: Has audio only. + return 0; /* 0x10: Has audio only. */ } /** -- cgit v1.2.3