OSDN Git Service

More code refactoring and clean-up.
[lamexp/LameXP.git] / src / Decoder_Opus.cpp
index 60e9584..8b76b69 100644 (file)
@@ -38,7 +38,7 @@ bool OpusDecoder::m_disableResampling = false;
 
 OpusDecoder::OpusDecoder(void)
 :
-       m_binary(lamexp_lookup_tool("opusdec.exe"))
+       m_binary(lamexp_tool_lookup("opusdec.exe"))
 {
        if(m_binary.isEmpty())
        {