Skip to content
Snippets Groups Projects
Commit 4b920d7b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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

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