summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r--src/xine-engine/audio_decoder.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c
index fe78c43d4..9effea450 100644
--- a/src/xine-engine/audio_decoder.c
+++ b/src/xine-engine/audio_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_decoder.c,v 1.18 2001/06/14 10:48:24 guenter Exp $
+ * $Id: audio_decoder.c,v 1.19 2001/06/16 14:34:49 guenter Exp $
*
*
* functions that implement audio decoding
@@ -181,19 +181,6 @@ void audio_decoder_init (xine_t *this) {
pthread_create (&this->audio_thread, NULL, audio_decoder_loop, this) ;
}
-void audio_decoder_stop (xine_t *this) {
-
- if (this->audio_fifo) {
-
- this->audio_fifo->clear(this->audio_fifo);
-
- if (this->cur_audio_decoder_plugin) {
- this->cur_audio_decoder_plugin->close (this->cur_audio_decoder_plugin);
- this->cur_audio_decoder_plugin = NULL;
- }
- }
-}
-
void audio_decoder_shutdown (xine_t *this) {
buf_element_t *buf;