Skip to content

Commit c0cc525

Browse files
authored
revert line changes
1 parent a5b3f90 commit c0cc525

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
@@ -42,6 +42,7 @@
4242
#include "network.h"
4343
#include "srtp.h"
4444
#include "tls.h"
45+
4546
/**
4647
* Maximum size limit of a Session Description Protocol (SDP),
4748
* be it an offer or answer.
@@ -1001,7 +1002,6 @@ static int ice_create_request(AVFormatContext *s, uint8_t *buf, int buf_size, in
10011002
avio_wb16(pb, STUN_ATTR_USE_CANDIDATE); /* attribute type use-candidate */
10021003
avio_wb16(pb, 0); /* size of use-candidate */
10031004

1004-
10051005
/* Build and update message integrity */
10061006
avio_wb16(pb, STUN_ATTR_MESSAGE_INTEGRITY); /* attribute type message integrity */
10071007
avio_wb16(pb, 20); /* size of message integrity */

0 commit comments

Comments
 (0)