diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-01-11 04:49:34 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-01-11 04:49:34 +0000 |
commit | 0ddbb4150502adccb85a9815d084892b6f092d6a (patch) | |
tree | 9374cfa0889c45f903ef6795fd73b94a23760cdf | |
parent | 783e28f77fe16306115a62517cf691bae3255283 (diff) | |
download | xine-lib-0ddbb4150502adccb85a9815d084892b6f092d6a.tar.gz xine-lib-0ddbb4150502adccb85a9815d084892b6f092d6a.tar.bz2 |
mmm hmm, I'm glad that you're trying to open the file, but do it
quietly...
CVS patchset: 6021
CVS date: 2004/01/11 04:49:34
-rw-r--r-- | src/demuxers/demux_matroska.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_matroska.c b/src/demuxers/demux_matroska.c index 5618ea039..32bea42e0 100644 --- a/src/demuxers/demux_matroska.c +++ b/src/demuxers/demux_matroska.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: demux_matroska.c,v 1.8 2004/01/10 21:42:04 mroi Exp $ + * $Id: demux_matroska.c,v 1.9 2004/01/11 04:49:34 tmmm Exp $ * * demultiplexer for matroska streams * @@ -1546,7 +1546,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str demux_matroska_t *this; ebml_parser_t *ebml = NULL; - lprintf("trying to open %s...\n", input->get_mrl(input)); +// lprintf("trying to open %s...\n", input->get_mrl(input)); switch (stream->content_detection_method) { |