MPV_ERROR_INVALID_PARAMETER constant

int const MPV_ERROR_INVALID_PARAMETER

Generic catch-all error if a parameter is set to an invalid or unsupported value. This is used if there is no better error code.

Implementation

static const int MPV_ERROR_INVALID_PARAMETER = -4;