diff options
author | Jean First <jeanfirst@gmail.com> | 2011-12-30 21:07:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-31 02:27:10 +0100 |
commit | 9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8 (patch) | |
tree | 0a05b11f33a47035331625689f2e217839aecebe | |
parent | 7ee0649f952c64e8b539e135e96e92f5403047dd (diff) | |
download | ffmpeg-9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8.tar.gz |
8svx: remove unused variable in eightsvx_decode_frame
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/8svx.c | 1 |
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 */ |