summaryrefslogtreecommitdiffstats
path: root/filters/f_output_chain.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-02 16:09:11 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-03 05:01:32 -0800
commit880ea467cadbc9c22e3c6208937e57dc1679c36e (patch)
tree0ef1ecf1b7de642492dd105fe4de05f775f0745c /filters/f_output_chain.h
parentc1b15ae437f70226ebf2d57f02467dbb8a80c256 (diff)
downloadmpv-880ea467cadbc9c22e3c6208937e57dc1679c36e.tar.bz2
mpv-880ea467cadbc9c22e3c6208937e57dc1679c36e.tar.xz
f_output_chain: remove unused got_input_eof field
Was used by the player code before decoders were moved to filters.
Diffstat (limited to 'filters/f_output_chain.h')
-rw-r--r--filters/f_output_chain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/filters/f_output_chain.h b/filters/f_output_chain.h
index e5f9eff125..422fa555cb 100644
--- a/filters/f_output_chain.h
+++ b/filters/f_output_chain.h
@@ -17,7 +17,6 @@ struct mp_output_chain {
// This filter will have 1 input (from decoder) and 1 output (to VO/AO).
struct mp_filter *f;
- bool got_input_eof;
bool got_output_eof;
// The filter chain output could not be converted to any format the output