Changeset a1758f7becf2271314eb32a89f9a6c79c1d6d3f2

Show
Ignore:
Timestamp:
20/09/07 21:16:58 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190315818 +0000
git-parent:

[74da7a424fdcaea34fed38e37f844dbeade9a3b3]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190315818 +0000
Message:

Fix typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/rtcp.c

    ra1631eb ra1758f7  
    8080        WSAPROTOCOL_INFO info; 
    8181        WSADuplicateSocket (rtp_fd, GetProcessId (), &info); 
    82         fd = WSASocket (info.iAddressFamily, info.iSockets, info.iProtocol, 
     82        fd = WSASocket (info.iAddressFamily, info.iSocketType, info.iProtocol, 
    8383                        &info, 0, 0); 
    8484#endif