From 24957b8af607cfe19e2e9d31eef4b763acaed55c Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 19 Jun 2011 21:27:09 +0000 Subject: Removed run-time warning audio decoder does not support BUF_CONTROL_FLUSH_DECODER --- xine/BluRay/demux_ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine/BluRay/demux_ts.c b/xine/BluRay/demux_ts.c index f1d6c9e7..ed1560f3 100644 --- a/xine/BluRay/demux_ts.c +++ b/xine/BluRay/demux_ts.c @@ -2357,11 +2357,11 @@ static void flush_decoders(demux_ts_t *this) buf = stream->video_fifo->buffer_pool_alloc (stream->video_fifo); buf->type = BUF_CONTROL_FLUSH_DECODER; stream->video_fifo->put (stream->video_fifo, buf); - +#if 0 buf = stream->audio_fifo->buffer_pool_alloc (stream->audio_fifo); buf->type = BUF_CONTROL_FLUSH_DECODER; stream->audio_fifo->put (stream->audio_fifo, buf); - +#endif /* reset decoders */ buf = stream->video_fifo->buffer_pool_alloc (stream->video_fifo); buf->type = BUF_CONTROL_RESET_DECODER; -- cgit v1.2.3