summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 06:55:23 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:48:37 +0300
commitd9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce (patch)
treeece2fdab0e72728938932170191d9508b5313c7b /mp_core.h
parentc2a36d9264313d00f696bb7decff55877fc7596e (diff)
downloadmpv-d9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce.tar.bz2
mpv-d9aa368a6d8dcbea2cd03b6c2a6c2e6df5fc16ce.tar.xz
Move playback_speed to options struct
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mp_core.h b/mp_core.h
index 32f7f26ef8..6361f87c47 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -115,7 +115,6 @@ typedef struct MPContext {
extern FILE *edl_fd;
extern int file_filter;
// These appear in options list
-extern float playback_speed;
extern int forced_subs_only;
@@ -123,8 +122,7 @@ int build_afilter_chain(struct MPContext *mpctx, sh_audio_t *sh_audio, ao_data_t
void uninit_player(struct MPContext *mpctx, unsigned int mask);
void reinit_audio_chain(struct MPContext *mpctx);
void init_vo_spudec(struct MPContext *mpctx);
-double playing_audio_pts(sh_audio_t *sh_audio, demux_stream_t *d_audio,
- const ao_functions_t *audio_out);
+double playing_audio_pts(struct MPContext *mpctx);
void exit_player_with_rc(struct MPContext *mpctx, const char* how, int rc);
void add_subtitles(struct MPContext *mpctx, char *filename, float fps, int noerr);
int reinit_video_chain(struct MPContext *mpctx);