summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-19 18:08:01 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-19 18:08:01 +0000
commitb4318842289b4f57e34d08da6a084abc5b8d61d1 (patch)
tree1c3674ebeace19292c85dd1a1f24f4c1e34c3f67
parent87317bfdf8e4dee9393e312a236ee73c6ff3121f (diff)
downloadxine-lib-b4318842289b4f57e34d08da6a084abc5b8d61d1.tar.gz
xine-lib-b4318842289b4f57e34d08da6a084abc5b8d61d1.tar.bz2
set audio_out
CVS patchset: 2859 CVS date: 2002/10/19 18:08:01
-rw-r--r--src/libmad/xine_decoder.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libmad/xine_decoder.c b/src/libmad/xine_decoder.c
index 526eb75f3..cc766fdec 100644
--- a/src/libmad/xine_decoder.c
+++ b/src/libmad/xine_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: xine_decoder.c,v 1.29 2002/10/17 17:43:43 mroi Exp $
+ * $Id: xine_decoder.c,v 1.30 2002/10/19 18:08:01 guenter Exp $
*
* stuff needed to turn libmad into a xine decoder plugin
*/
@@ -259,7 +259,8 @@ static audio_decoder_t *open_plugin (audio_decoder_class_t *class_gen, xine_stre
this->audio_decoder.decode_data = mad_decode_data;
this->audio_decoder.reset = mad_reset;
this->audio_decoder.dispose = mad_dispose;
-
+
+ this->audio_out = stream->audio_out;
this->output_open = 0;
this->bytes_in_buffer = 0;