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-02-04 04:01:56 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-02-04 04:12:04 +0400
commit670229ef4392fa88d6add97c0eef412a5d6083c0 (patch)
tree1968f4e82b06e1756690707d5144621252b7b8fc /libavcodec/apedec.c
parentf57ab7ed376eea3ebb808583cdef7af4b0e1144e (diff)
apedec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/apedec.c')
-rw-r--r--libavcodec/apedec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c
index 6be0d64d0a..58ffd90bd1 100644
--- a/libavcodec/apedec.c
+++ b/libavcodec/apedec.c
@@ -827,7 +827,6 @@ static int ape_decode_frame(AVCodecContext *avctx, void *data,
if(!s->samples){
uint32_t nblocks, offset;
- void *tmp_data;
if (!buf_size) {
*got_frame_ptr = 0;