libopencore-amr: Make the opaque encoder pointer a void*
authorMartin Storsjö <martin@martin.st>
Tue, 12 Apr 2011 20:56:41 +0000 (23:56 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Apr 2011 08:30:38 +0000 (11:30 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/libopencore-amr.c

index c11c924..52dfe10 100644 (file)
@@ -73,7 +73,7 @@ static int getBitrateMode(int bitrate)
 typedef struct AMRContext {
     int   frameCount;
     void *decState;
-    int  *enstate;
+    void *enstate;
     int   enc_bitrate;
 } AMRContext;