[FFmpeg-cvslog] 8svx: remove unused variable in eightsvx_decode_frame

Jean First git at videolan.org
Sat Dec 31 02:28:43 CET 2011


ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Fri Dec 30 21:07:58 2011 +0100| [9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8] | committer: Michael Niedermayer

8svx: remove unused variable in eightsvx_decode_frame

Signed-off-by: Jean First <jeanfirst at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bfaeee5f3ac66fbe0e88fe351f2956ce851fbf8
---

 libavcodec/8svx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c
index b4fc899..a91f001 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 */



More information about the ffmpeg-cvslog mailing list