summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-02 02:49:05 +0200
committerwm4 <wm4@nowhere>2014-10-02 02:49:05 +0200
commitc3e2a1febc1610517c7de2a5f57632b83cefa3e8 (patch)
treee640e6549a0255f7342f42235be49e3f38aa02db /player/core.h
parent7dd3822d099522cd8bf59aa1eb3e318e2cfcacdd (diff)
downloadmpv-c3e2a1febc1610517c7de2a5f57632b83cefa3e8.tar.bz2
mpv-c3e2a1febc1610517c7de2a5f57632b83cefa3e8.tar.xz
command: move setting playback speed to a separate function
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index dfba2fd45f..cff468c0cd 100644
--- a/player/core.h
+++ b/player/core.h
@@ -367,6 +367,7 @@ double playing_audio_pts(struct MPContext *mpctx);
void fill_audio_out_buffers(struct MPContext *mpctx, double endpts);
double written_audio_pts(struct MPContext *mpctx);
void clear_audio_output_buffers(struct MPContext *mpctx);
+void set_playback_speed(struct MPContext *mpctx, double new_speed);
// configfiles.c
void mp_parse_cfgfiles(struct MPContext *mpctx);