summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_snd.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-03-07 12:51:47 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-03-07 12:51:47 +0000
commit8e59691b2a3296f45355e8da5455bd203a64243d (patch)
treed016d66b24570c808a2555532552409e5651136c /src/demuxers/demux_snd.c
parent82e24288adc9f9d6f490b0b352a5ecc5ed6f8700 (diff)
downloadxine-lib-8e59691b2a3296f45355e8da5455bd203a64243d.tar.gz
xine-lib-8e59691b2a3296f45355e8da5455bd203a64243d.tar.bz2
more work on console output cleanup
CVS patchset: 4357 CVS date: 2003/03/07 12:51:47
Diffstat (limited to 'src/demuxers/demux_snd.c')
-rw-r--r--src/demuxers/demux_snd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demuxers/demux_snd.c b/src/demuxers/demux_snd.c
index 6ea1719f3..8898460e5 100644
--- a/src/demuxers/demux_snd.c
+++ b/src/demuxers/demux_snd.c
@@ -19,7 +19,7 @@
*
* SND/AU File Demuxer by Mike Melanson (melanson@pcisys.net)
*
- * $Id: demux_snd.c,v 1.26 2003/01/23 16:12:15 miguelfreitas Exp $
+ * $Id: demux_snd.c,v 1.27 2003/03/07 12:51:48 guenter Exp $
*
*/
@@ -319,7 +319,8 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str
demux_snd_t *this;
if (! (input->get_capabilities(input) & INPUT_CAP_SEEKABLE)) {
- printf(_("demux_snd.c: input not seekable, can not handle!\n"));
+ if (stream->xine->verbosity >= XINE_VERBOSITY_DEBUG)
+ printf(_("demux_snd.c: input not seekable, can not handle!\n"));
return NULL;
}