Skip to content
Snippets Groups Projects
Commit 57ddffe8 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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

parent dbff4da9
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
typedef struct AMRContext {
int frameCount;
void *decState;
int *enstate;
void *enstate;
int enc_bitrate;
} AMRContext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment