summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-14 00:10:28 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-14 00:10:28 +0000
commit74641d0374d17b28fb4636f890bd62e43c9a603c (patch)
treef11433bc5bc2cd04ced568bf1e1265f0a26d643d /src/xine-engine/audio_decoder.c
parenta671bbb6f834ce7b7d54fdd841204bb8c66f15bb (diff)
downloadxine-lib-74641d0374d17b28fb4636f890bd62e43c9a603c.tar.gz
xine-lib-74641d0374d17b28fb4636f890bd62e43c9a603c.tar.bz2
move default handled flag to xine.c. this fixes false alarm with -A null.
CVS patchset: 3909 CVS date: 2003/01/14 00:10:28
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r--src/xine-engine/audio_decoder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c
index 68ab6e0ea..930654ef0 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.101 2003/01/13 23:02:41 miguelfreitas Exp $
+ * $Id: audio_decoder.c,v 1.102 2003/01/14 00:10:28 miguelfreitas Exp $
*
*
* functions that implement audio decoding
@@ -97,8 +97,6 @@ void *audio_decoder_loop (void *stream_gen) {
stream->metronom->handle_audio_discontinuity (stream->metronom, DISC_STREAMSTART, 0);
- /* assume handled, we will known after trying to init decoder */
- stream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1;
buftype_unknown = 0;
break;