summaryrefslogtreecommitdiffstats
path: root/stream/stream_lavf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-30 22:51:37 +0200
committerwm4 <wm4@nowhere>2015-09-30 22:51:37 +0200
commitaff6e8e8da4aedda42bff9260ed46cf01985bdc0 (patch)
treefd2cfcfa203f1769771ef0f30ade7609b7f4b728 /stream/stream_lavf.c
parent1b7e8ff6c590ef3ef289c7468941acd6cf450e41 (diff)
downloadmpv-aff6e8e8da4aedda42bff9260ed46cf01985bdc0.tar.bz2
mpv-aff6e8e8da4aedda42bff9260ed46cf01985bdc0.tar.xz
stream: minor cleanup to verbose logging
Don't print the URL that is opened twice. stream.c and stream_lavf.c each printed it once. Remove the logging from stream_lavf.c, and move the log call to a more interesting point.
Diffstat (limited to 'stream/stream_lavf.c')
-rw-r--r--stream/stream_lavf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index bae686656e..c5d8f1a8c4 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -242,7 +242,6 @@ static int open_f(stream_t *stream)
talloc_free(temp);
return STREAM_OK;
}
- MP_VERBOSE(stream, "Opening %s\n", filename);
// Replace "mms://" with "mmsh://", so that most mms:// URLs just work.
bstr b_filename = bstr0(filename);