From 880ea467cadbc9c22e3c6208937e57dc1679c36e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Feb 2018 16:09:11 +0100 Subject: f_output_chain: remove unused got_input_eof field Was used by the player code before decoders were moved to filters. --- filters/f_output_chain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'filters/f_output_chain.h') 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 -- cgit v1.2.3