diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:09:19 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:09:19 +0000 |
commit | c2637f6fbd4a06ff0c433eccb705f52b35d46043 (patch) | |
tree | 66997712e793cceefb4375a26c715e6cbfde6f23 /src/input/input_v4l.c | |
parent | f6166fd4b881834285d2e756fc770417858bd5fb (diff) | |
download | xine-lib-c2637f6fbd4a06ff0c433eccb705f52b35d46043.tar.gz xine-lib-c2637f6fbd4a06ff0c433eccb705f52b35d46043.tar.bz2 |
getting rid of AO_PROP_PAUSED, because it can be derived by asking the clock
CVS patchset: 6136
CVS date: 2004/02/12 18:09:19
Diffstat (limited to 'src/input/input_v4l.c')
-rw-r--r-- | src/input/input_v4l.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 4910a508d..2de46b2fd 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -1177,8 +1177,6 @@ static int v4l_adjust_realtime_speed(v4l_input_plugin_t *this, fifo_buffer_t *fi this->stream->xine->clock->set_speed (this->stream->xine->clock, XINE_SPEED_PAUSE); this->stream->xine->clock->set_option (this->stream->xine->clock, CLOCK_SCR_ADJUSTABLE, 0); - if (this->stream->audio_out != NULL) - this->stream->audio_out->set_property(this->stream->audio_out, AO_PROP_PAUSED, 2); this->scr_tunning = SCR_PAUSED; /* pvrscr_speed_tunning(this->scr, 0.0); */ @@ -1200,8 +1198,6 @@ static int v4l_adjust_realtime_speed(v4l_input_plugin_t *this, fifo_buffer_t *fi this->stream->xine->clock->set_speed (this->stream->xine->clock, XINE_SPEED_NORMAL); this->stream->xine->clock->set_option (this->stream->xine->clock, CLOCK_SCR_ADJUSTABLE, 1); - if (this->stream->audio_out != NULL) - this->stream->audio_out->set_property(this->stream->audio_out, AO_PROP_PAUSED, 0); } } else if (scr_tunning == SCR_SKIP) { if (num_used < 2 * num_free) { |