Martin Storsjö <[email protected]> writes: > The fds are unsigned integers in the windows definition of struct > sockfds. Due to this, the comparison if (fds[i].fd > n) was always > false. > --- > libavformat/os_support.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
Probably OK. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
