[FFmpeg-devel] [PATCH][RFC] ffmpeg: remove access to private FILE struct members on Windows
Henrik Gramner
henrik at gramner.com
Mon Aug 3 20:29:02 CEST 2015
On Mon, Aug 3, 2015 at 5:08 PM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> The FILE struct is opaque in MSVC 2015, and the members of this struct
> were never meant to be accessed in any case.
>
> No conditions are known where this check was needed to get characters
> from stdin.
I can confirm that this patch fixes compilation with msys2 + msvc2015 for me.
More information about the ffmpeg-devel
mailing list