Commit 10537c50 authored by Max Kellermann's avatar Max Kellermann

test/run_filter: use "auto"

parent 551ac56a
......@@ -91,7 +91,7 @@ try {
/* open the filter */
std::unique_ptr<Filter> filter(prepared_filter->Open(audio_format));
auto filter = prepared_filter->Open(audio_format);
const AudioFormat out_audio_format = filter->GetOutAudioFormat();
......
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