[FFmpeg-cvslog] 8svx: remove unused variable

Michael Niedermayer git at videolan.org
Mon Oct 8 02:16:25 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct  8 02:09:28 2012 +0200| [fc6860a3ebaef1f236f78ebef1742c1f48d02e84] | committer: Michael Niedermayer

8svx: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc6860a3ebaef1f236f78ebef1742c1f48d02e84
---

 libavcodec/8svx.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c
index 4a0cb37..698ddd0 100644
--- a/libavcodec/8svx.c
+++ b/libavcodec/8svx.c
@@ -96,7 +96,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
     int buf_size;
     int ch, ret;
     int is_compr = (avctx->codec_id != AV_CODEC_ID_PCM_S8_PLANAR);
-    uint8_t *src;
     int hdr_size  = is_compr ? 2 : 0;
 
     /* decode and interleave the first packet */



More information about the ffmpeg-cvslog mailing list