mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-05 06:22:45 +01:00
1ced7bbea5
Previously the code was using the values from params further below after it was std::moved. Thankfully, given AudoutParams is a trivially copyable struct, the values would have simply been copied in this instance and not invalidated to garbage values. |
||
---|---|---|
.. | ||
audin_u.cpp | ||
audin_u.h | ||
audio.cpp | ||
audio.h | ||
audout_u.cpp | ||
audout_u.h | ||
audrec_u.cpp | ||
audrec_u.h | ||
audren_u.cpp | ||
audren_u.h | ||
codecctl.cpp | ||
codecctl.h | ||
hwopus.cpp | ||
hwopus.h |