libopencore-amr: Make the opaque encoder pointer a void*
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
dbff4da914
commit
57ddffe843
@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
|
|||||||
typedef struct AMRContext {
|
typedef struct AMRContext {
|
||||||
int frameCount;
|
int frameCount;
|
||||||
void *decState;
|
void *decState;
|
||||||
int *enstate;
|
void *enstate;
|
||||||
int enc_bitrate;
|
int enc_bitrate;
|
||||||
} AMRContext;
|
} AMRContext;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user