Re: [FFmpeg-devel] [PATCH]lavf/tcp: Fix type of argument optlen to getsockopt()

2017-11-18 Thread Carl Eugen Hoyos
2017-11-18 3:24 GMT+01:00 Michael Niedermayer : > On Sun, Nov 12, 2017 at 03:29:21PM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes a warning on aix here. >> >> Please comment, Carl Eugen > >> tcp.c |2 +- >> 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] [PATCH]lavf/tcp: Fix type of argument optlen to getsockopt()

2017-11-17 Thread Michael Niedermayer
On Sun, Nov 12, 2017 at 03:29:21PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes a warning on aix here. > > Please comment, Carl Eugen > tcp.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > fa136707423e2f36ee2400c37c2d9fefb027fe80 >

Re: [FFmpeg-devel] [PATCH]lavf/tcp: Fix type of argument optlen to getsockopt()

2017-11-17 Thread Carl Eugen Hoyos
2017-11-12 15:29 GMT+01:00 Carl Eugen Hoyos : > Hi! > > Attached patch fixes a warning on aix here. Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH]lavf/tcp: Fix type of argument optlen to getsockopt()

2017-11-12 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a warning on aix here. Please comment, Carl Eugen From cd61d9b7b52fd6c74cb19a8e9383b3a2056e67b2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 12 Nov 2017 15:23:14 +0100 Subject: [PATCH] lavf/tcp: Fix the type of the optlen argument to