[FFmpeg-devel] [PATCH v2] avformat/icecast: Add option to use TLS connection
Marvin Scholz
epirat07 at gmail.com
Sun Jun 14 01:53:38 EEST 2020
On 14 Jun 2020, at 0:36, Carl Eugen Hoyos wrote:
> Am So., 14. Juni 2020 um 00:32 Uhr schrieb Marvin Scholz
> <epirat07 at gmail.com>:
>
>> + // 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 the intermediate variable,
comment and parentheses.
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list