Commit 9f62824e authored by Max Kellermann's avatar Max Kellermann

filter/hdcd: fix typo

parent b824ba32
......@@ -92,7 +92,7 @@ HdcdFilter::HdcdFilter(AudioFormat &audio_format)
out_audio_format.format = SampleFormat::S32;
in_audio_frame_size = audio_format.GetFrameSize();
out_audio_frame_size = audio_format.GetFrameSize();
out_audio_frame_size = out_audio_format.GetFrameSize();
}
class PreparedHdcdFilter final : public PreparedFilter {
......
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