[FFmpeg-cvslog] apedec: remove unused variable
Michael Niedermayer
git at videolan.org
Sat Feb 4 01:20:17 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Feb 4 01:01:56 2012 +0100| [670229ef4392fa88d6add97c0eef412a5d6083c0] | committer: Michael Niedermayer
apedec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=670229ef4392fa88d6add97c0eef412a5d6083c0
---
libavcodec/apedec.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c
index 6be0d64..58ffd90 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;
More information about the ffmpeg-cvslog
mailing list