Commit a1758f7b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo

parent 74da7a42
......@@ -79,7 +79,7 @@ rtcp_sender_t *OpenRTCP (vlc_object_t *obj, int rtp_fd, int proto,
#else
WSAPROTOCOL_INFO info;
WSADuplicateSocket (rtp_fd, GetProcessId (), &info);
fd = WSASocket (info.iAddressFamily, info.iSockets, info.iProtocol,
fd = WSASocket (info.iAddressFamily, info.iSocketType, info.iProtocol,
&info, 0, 0);
#endif
}
......
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