Skip to content

Commit c8990eb

Browse files
committed
avformat/whip: remove unnecessary comment
Signed-off-by: Jack Lau <[email protected]>
1 parent d9c22ef commit c8990eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavformat/whip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ static int handle_dtls_handshake(AVFormatContext *s)
13721372
av_dict_set_int(&opts, "external_sock", 1, 0);
13731373
av_dict_set_int(&opts, "use_srtp", 1, 0);
13741374
av_dict_set_int(&opts, "listen", whip->flags & WHIP_FLAG_DTLS_ACTIVE ? 0 : 1, 0);
1375-
/* If got the first binding response, start DTLS handshake. */
1375+
13761376
ret = ffurl_open_whitelist(&whip->dtls_uc, buf, AVIO_FLAG_READ_WRITE, &s->interrupt_callback,
13771377
&opts, s->protocol_whitelist, s->protocol_blacklist, NULL);
13781378
av_dict_free(&opts);

0 commit comments

Comments
 (0)