You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libopencore-amr: Make the opaque encoder pointer a void*
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
|
||||
typedef struct AMRContext {
|
||||
int frameCount;
|
||||
void *decState;
|
||||
int *enstate;
|
||||
void *enstate;
|
||||
int enc_bitrate;
|
||||
} AMRContext;
|
||||
|
||||
|
Reference in New Issue
Block a user