On Wed, Apr 08, 2015 at 04:24:33PM +0200, Anders Nystrom wrote:
> --- a/libavformat/tcp.c
> +++ b/libavformat/tcp.c
> @@ -114,11 +114,11 @@ static int tcp_open(URLContext *h, const char *uri, int
> flags)
>
> if (s->listen) {
> - if ((fd = ff_listen_bind(fd, cur_ai->ai_addr, cur_ai->ai_addrlen,
> + if ((ret = ff_listen_bind(fd, cur_ai->ai_addr, cur_ai->ai_addrlen,
> s->listen_timeout, h)) < 0) {
Indentation is off after your change.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel