Commit 8cb160b1 authored by Max Kellermann's avatar Max Kellermann

test/run_convert: pass out_audio_format to PcmConvert::Open()

parent df91f373
......@@ -55,7 +55,7 @@ try {
const size_t in_frame_size = in_audio_format.GetFrameSize();
PcmConvert state;
state.Open(in_audio_format, out_audio_format_mask);
state.Open(in_audio_format, out_audio_format);
StaticFifoBuffer<uint8_t, 4096> buffer;
......
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