MPV_ERROR_NOTHING_TO_PLAY constant

int const MPV_ERROR_NOTHING_TO_PLAY

There was no audio or video data to play. This also happens if the file was recognized, but did not contain any audio or video streams, or no streams were selected.

Implementation

static const int MPV_ERROR_NOTHING_TO_PLAY = -16;