Fixes minor issues from the previous allocation wrapper patch
This commit is contained in:
parent
07f884042e
commit
85b8e62065
4 changed files with 14 additions and 16 deletions
|
@ -33,11 +33,12 @@
|
|||
#include "opus.h"
|
||||
#include "opus_private.h"
|
||||
#include "stack_alloc.h"
|
||||
#include "stdio.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include "float_cast.h"
|
||||
#include "os_support.h"
|
||||
|
||||
typedef struct ChannelLayout {
|
||||
int nb_channels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue