gstreamer/ext
Nirbheek Chauhan 21a18e22e1 avcfg: Ensure that ternary operator always evaluates to int64
When building with MSVC, if the 3rd operator is a double, the entire
expression always promoted double, and is then cast to int64.

When TRUE, this evaluates to (gint64) (gdouble) (INT64_MAX)
which overflows to INT64_MIN on MSVC, but not on C99 compilers.

This causes us to fail the g_return_if_fail inside g_param_spec_int64
when built with MSVC.
2018-10-16 04:29:37 +05:30
..
libav avcfg: Ensure that ternary operator always evaluates to int64 2018-10-16 04:29:37 +05:30
Makefile.am Remove swscale plugin code 2018-07-17 00:57:34 +01:00