mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
Fixed hwopus compile error
This commit is contained in:
parent
3d627df4d8
commit
dace6087d6
@ -124,7 +124,7 @@ private:
|
|||||||
LOG_ERROR(Audio,
|
LOG_ERROR(Audio,
|
||||||
"Incorrect sample count received from opus_decode, "
|
"Incorrect sample count received from opus_decode, "
|
||||||
"output_sample_count={}, frame_size={}, data_sz_from_hdr={}",
|
"output_sample_count={}, frame_size={}, data_sz_from_hdr={}",
|
||||||
out_sample_count, frame_size, hdr.sz);
|
out_sample_count, frame_size, static_cast<u32>(hdr.sz));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const auto end_time = std::chrono::high_resolution_clock::now() - start_time;
|
const auto end_time = std::chrono::high_resolution_clock::now() - start_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user