summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/player/command.h b/player/command.h
index 85e81966c6..e65ffa0740 100644
--- a/player/command.h
+++ b/player/command.h
@@ -18,6 +18,8 @@
#ifndef MPLAYER_COMMAND_H
#define MPLAYER_COMMAND_H
+#include <stdbool.h>
+
struct MPContext;
struct mp_cmd;
struct mp_log;
@@ -56,4 +58,7 @@ void mp_hook_run(struct MPContext *mpctx, char *client, char *type);
void handle_ab_loop(struct MPContext *mpctx);
+void remove_deint_filter(struct MPContext *mpctx);
+void set_deinterlacing(struct MPContext *mpctx, bool enable);
+
#endif /* MPLAYER_COMMAND_H */