From 57ddffe843b17b741859f9e669433d086dcec09c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Tue, 12 Apr 2011 23:56:41 +0300
Subject: [PATCH] libopencore-amr: Make the opaque encoder pointer a void*
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavcodec/libopencore-amr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index c11c924cbea..52dfe10e5e7 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;
 
-- 
GitLab