OSDN Git Service

udp: use socklen_t where appropriate
authorMans Rullgard <mans@mansr.com>
Fri, 26 Oct 2012 18:46:37 +0000 (19:46 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 27 Oct 2012 12:11:46 +0000 (13:11 +0100)
commitbe2efe0c7b6a8188988d7de5da236d794312b5bb
treeef409b4293decc24bd9caf5e673bf36f687bb54f
parent9efbfe57e082b0f42bf0c830a4fdc6b80d2b13ca
udp: use socklen_t where appropriate

getsockname() takes a pointer to socklen_t which is not necessarily
int.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/udp.c