[FFmpeg-devel] [PATCH 01/11] 8svx: remove unused variable in eightsvx_decode_frame

Jean First jeanfirst at gmail.com
Fri Dec 30 21:07:58 CET 2011


Signed-off-by: Jean First <jeanfirst at gmail.com>
---
 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 */
-- 
1.7.7.3



More information about the ffmpeg-devel mailing list