summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/input/input.h b/input/input.h
index 1bd1410f66..10ad5d3621 100644
--- a/input/input.h
+++ b/input/input.h
@@ -99,9 +99,7 @@ struct mp_input_src {
struct mp_log *log;
struct input_ctx *input_ctx;
- char *cmd_buffer;
- size_t cmd_buffer_size;
- bool drop;
+ struct mp_input_src_internal *in;
// If not-NULL: called before destroying the input_src. Should close the
// underlying device, and free all memory.