test/run_filter: use "auto"
This commit is contained in:
parent
551ac56a33
commit
10537c5095
|
@ -91,7 +91,7 @@ try {
|
||||||
|
|
||||||
/* open the filter */
|
/* 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();
|
const AudioFormat out_audio_format = filter->GetOutAudioFormat();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue