MPV_ERROR_UNKNOWN_FORMAT constant

int const MPV_ERROR_UNKNOWN_FORMAT

When trying to load the file, the file format could not be determined, or the file was too broken to open it.

Implementation

static const int MPV_ERROR_UNKNOWN_FORMAT = -17;