Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-08 04:09:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-08 04:09:28 +0400
commitfc6860a3ebaef1f236f78ebef1742c1f48d02e84 (patch)
tree4d6ee155c707eed91593c7837fa8678e95a220f8 /libavcodec/8svx.c
parentadcfc0535db8cb3adcf65a9dd75419c23c35b133 (diff)
8svx: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/8svx.c')
-rw-r--r--libavcodec/8svx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c
index 4a0cb37dc5..698ddd0f14 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 */