From c30bf22d8d31336696430406b0483bfc9821c8bb Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 28 Feb 2014 01:31:38 +0100 Subject: client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK Rename MPV_EVENT_PLAYBACK_START to MPV_EVENT_FILE_LOADED. Add MPV_EVENT_SEEK and MPV_EVENT_PLAYBACK_RESTART. --- player/loadfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 90b2484ccf..28c4c4f146 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1341,7 +1341,7 @@ goto_reopen_demuxer: ; if (mpctx->opts->pause) pause_player(mpctx, PAUSE_BY_COMMAND); - mp_notify(mpctx, MPV_EVENT_PLAYBACK_START, NULL); + mp_notify(mpctx, MPV_EVENT_FILE_LOADED, NULL); playback_start = mp_time_sec(); mpctx->error_playing = false; -- cgit v1.2.3