summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_smjpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_smjpeg.c')
-rw-r--r--src/demuxers/demux_smjpeg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c
index a6b1f9f97..91b4ee131 100644
--- a/src/demuxers/demux_smjpeg.c
+++ b/src/demuxers/demux_smjpeg.c
@@ -21,7 +21,7 @@
* For more information on the SMJPEG file format, visit:
* http://www.lokigames.com/development/smjpeg.php3
*
- * $Id: demux_smjpeg.c,v 1.36 2003/01/19 23:33:33 tmmm Exp $
+ * $Id: demux_smjpeg.c,v 1.37 2003/03/07 12:51:48 guenter Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -414,7 +414,8 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str
demux_smjpeg_t *this;
if (! (input->get_capabilities(input) & INPUT_CAP_SEEKABLE)) {
- printf(_("demux_smjpeg.c: input not seekable, can not handle!\n"));
+ if (stream->xine->verbosity >= XINE_VERBOSITY_DEBUG)
+ printf(_("demux_smjpeg.c: input not seekable, can not handle!\n"));
return NULL;
}