summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
authorxylosper <darklin20@gmail.com>2014-02-28 23:03:51 +0900
committerwm4 <wm4@nowhere>2014-02-28 20:54:47 +0100
commitdd13e29cc22f53f75d445d00861e65a5ba6a62d9 (patch)
treeacdd34ba449873c64c255ad4db6575756277e4d4 /player/playloop.c
parentc6448d7a9b09abcea21a8e5743964c946200c51d (diff)
downloadmpv-dd13e29cc22f53f75d445d00861e65a5ba6a62d9.tar.bz2
mpv-dd13e29cc22f53f75d445d00861e65a5ba6a62d9.tar.xz
client APIs: fix some typos
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 0989b5116c..9a38b52663 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -109,7 +109,7 @@ void pause_player(struct MPContext *mpctx, mpv_event_pause_reason reason)
end:
reason.user_paused = !!mpctx->opts->pause;
reason.real_paused = !!mpctx->paused;
- mp_notify(mpctx, MPV_EVENT_UNPAUSE, &reason);
+ mp_notify(mpctx, MPV_EVENT_PAUSE, &reason);
}
void unpause_player(struct MPContext *mpctx, mpv_event_pause_reason reason)