Re: [FFmpeg-devel] [PATCH v2] avformat/icecast: Add option to use TLS connection

2020-06-13 Thread Marvin Scholz
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

Re: [FFmpeg-devel] [PATCH v2] avformat/icecast: Add option to use TLS connection

2020-06-13 Thread Carl Eugen Hoyos
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