mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Renamed SKP_[u]int* to opus_[u]int*
This commit is contained in:
parent
d77d6a58fc
commit
f9d14f8d77
164 changed files with 3297 additions and 3298 deletions
|
@ -30,7 +30,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "silk_errors.h"
|
||||
|
||||
/* Check encoder control struct */
|
||||
SKP_int check_control_input(
|
||||
opus_int check_control_input(
|
||||
silk_EncControlStruct *encControl /* I: Control structure */
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue