mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
client API: improve an error message
This refers to media played by mpv, and these don't necessarily have to be files. They can be network resources or entirely abstract URLs too.
This commit is contained in:
parent
ef5f4b4d9a
commit
ed0bc8b64f
@ -1601,7 +1601,7 @@ static const char *const err_table[] = {
|
||||
[-MPV_ERROR_LOADING_FAILED] = "loading failed",
|
||||
[-MPV_ERROR_AO_INIT_FAILED] = "audio output initialization failed",
|
||||
[-MPV_ERROR_VO_INIT_FAILED] = "audio output initialization failed",
|
||||
[-MPV_ERROR_NOTHING_TO_PLAY] = "the file has no audio or video data",
|
||||
[-MPV_ERROR_NOTHING_TO_PLAY] = "no audio or video data found",
|
||||
[-MPV_ERROR_UNKNOWN_FORMAT] = "unrecognized file format",
|
||||
[-MPV_ERROR_UNSUPPORTED] = "not supported",
|
||||
[-MPV_ERROR_NOT_IMPLEMENTED] = "operation not implemented",
|
||||
|
Loading…
Reference in New Issue
Block a user