Commit c6086bed authored by Max Kellermann's avatar Max Kellermann

filter/Internal: remove the default constructor

Not used. Force implementations to initialize out_audio_format.
parent 1a9dfdfa
......@@ -37,7 +37,6 @@ class Filter {
protected:
AudioFormat out_audio_format;
Filter() = default;
explicit Filter(AudioFormat _out_audio_format)
:out_audio_format(_out_audio_format) {
assert(out_audio_format.IsValid());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment