Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-rjadhav committed Mar 18, 2024
1 parent bffbfd2 commit 223a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gear-lib/librtsp/rtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void rtp_socket_destroy(struct rtp_socket *s)
ssize_t rtp_sendto(struct rtp_socket *s, const char *ip, uint16_t port, const void *buf, size_t len)
{
uint8_t m_packet[4 + (1 << 16)];
int ret;
int ret = -1;

switch (s->mode) {
case RTP_TCP:
Expand Down

0 comments on commit 223a78e

Please sign in to comment.