Commit 397db8ac authored by Luca Abeni's avatar Luca Abeni Committed by Carl Eugen Hoyos

Fix type of dest_addr_len to respect return value of udp_set_url.

Patch by Luca Abeni.

Originally committed as revision 13114 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 542c064d
......@@ -51,7 +51,7 @@ typedef struct {
#else
struct sockaddr_storage dest_addr;
#endif
size_t dest_addr_len;
int dest_addr_len;
} UDPContext;
#define UDP_TX_BUF_SIZE 32768
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment