[FFmpeg-cvslog] libopencore-amr: Make the opaque encoder pointer a void*
Martin Storsjö
git at videolan.org
Thu Apr 14 03:24:36 CEST 2011
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Apr 12 23:56:41 2011 +0300| [57ddffe843b17b741859f9e669433d086dcec09c] | committer: Martin Storsjö
libopencore-amr: Make the opaque encoder pointer a void*
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57ddffe843b17b741859f9e669433d086dcec09c
---
libavcodec/libopencore-amr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index c11c924..52dfe10 100644
--- a/libavcodec/libopencore-amr.c
+++ b/libavcodec/libopencore-amr.c
@@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
typedef struct AMRContext {
int frameCount;
void *decState;
- int *enstate;
+ void *enstate;
int enc_bitrate;
} AMRContext;
More information about the ffmpeg-cvslog
mailing list