On 14 Jun 2020, at 0:36, Carl Eugen Hoyos wrote:
Am So., 14. Juni 2020 um 00:32 Uhr schrieb Marvin Scholz
:
+// Check which underlying protocol should be used
+real_proto = (s->tls) ? "https" : "http";
Both comment and parentheses are useless.
Sent new version that gets rid of
Am So., 14. Juni 2020 um 00:32 Uhr schrieb Marvin Scholz :
> +// Check which underlying protocol should be used
> +real_proto = (s->tls) ? "https" : "http";
Both comment and parentheses are useless.
Carl Eugen
___
ffmpeg-devel mailing list
ffmp
---
doc/protocols.texi| 3 +++
libavformat/icecast.c | 8 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 7aa758541c..32c829d2a3 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -520,6 +520,9 @@ audio/mpeg.
This