summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-09 22:11:45 +0200
committerwm4 <wm4@nowhere>2014-09-10 00:48:12 +0200
commit256fea7655435ed5d94c4c8899fd191c40cfcee3 (patch)
tree105b19d0759a0a70628dfbfc0be00a424d92404f /input/input.h
parent49a0b61880692a07da1c6a370e6cc2eb39373d28 (diff)
downloadmpv-256fea7655435ed5d94c4c8899fd191c40cfcee3.tar.bz2
mpv-256fea7655435ed5d94c4c8899fd191c40cfcee3.tar.xz
input: make some fields internal
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.