You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/network: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -270,7 +270,6 @@ int ff_listen_connect(int fd, const struct sockaddr *addr,
|
|||||||
socklen_t addrlen, int timeout, URLContext *h)
|
socklen_t addrlen, int timeout, URLContext *h)
|
||||||
{
|
{
|
||||||
struct pollfd p = {fd, POLLOUT, 0};
|
struct pollfd p = {fd, POLLOUT, 0};
|
||||||
int64_t wait_started;
|
|
||||||
int ret;
|
int ret;
|
||||||
socklen_t optlen;
|
socklen_t optlen;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user