Commit 57ddffe8 authored by Martin Storsjö's avatar Martin Storsjö

libopencore-amr: Make the opaque encoder pointer a void*

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent dbff4da9
...@@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment