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:
authorJean First <jeanfirst@gmail.com>2011-12-31 00:07:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-31 05:27:10 +0400
commit9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8 (patch)
tree0a05b11f33a47035331625689f2e217839aecebe /libavcodec/8svx.c
parent7ee0649f952c64e8b539e135e96e92f5403047dd (diff)
8svx: remove unused variable in eightsvx_decode_frame
Signed-off-by: Jean First <jeanfirst@gmail.com> 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 b4fc899a22..a91f001531 100644
--- a/libavcodec/8svx.c
+++ b/libavcodec/8svx.c
@@ -106,7 +106,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
{
EightSvxContext *esc = avctx->priv_data;
int n, out_data_size, ret;
- uint8_t *out_date;
uint8_t *src, *dst;
/* decode and interleave the first packet */