Commit 4b920d7b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/msnwc: Return 0 if the probe function does not detect msnwc-tcp.

Reduces console spamming on debug level.
parent 77c0b149
...@@ -67,7 +67,7 @@ static int msnwc_tcp_probe(AVProbeData *p) ...@@ -67,7 +67,7 @@ static int msnwc_tcp_probe(AVProbeData *p)
} }
} }
return -1; return 0;
} }
static int msnwc_tcp_read_header(AVFormatContext *ctx) static int msnwc_tcp_read_header(AVFormatContext *ctx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment