[FFmpeg-devel] [PATCH] os_support: use the appropriate stat functions matching the stat type

Hendrik Leppkes h.leppkes at gmail.com
Tue Jun 14 23:50:49 CEST 2016


On Tue, Jun 14, 2016 at 10:06 PM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Tue, Jun 14, 2016 at 05:09:01PM +0200, Hendrik Leppkes wrote:
>> The stat struct is defined to stati64, which requires using the appropriate wstati/stati functions as well.
>> Fixes a whole bunch of compiler warnings as well as build breakage with the decklink avdevice.
>> ---
>>  libavformat/os_support.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> please apply, there are multiple reports about this IIRC
>

Pushed.


More information about the ffmpeg-devel mailing list