mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
|
|||
typedef struct AMRContext {
|
||||
int frameCount;
|
||||
void *decState;
|
||||
int *enstate;
|
||||
void *enstate;
|
||||
int enc_bitrate;
|
||||
} AMRContext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue