[FFmpeg-cvslog] sipr: Drop unused DSPContext

Alex Converse git at videolan.org
Mon Jun 20 04:10:26 CEST 2011


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Sat Jun 18 15:45:45 2011 -0700| [4b84d5114d760627a990e66724e3a1e9e1d1286f] | committer: Alex Converse

sipr: Drop unused DSPContext

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

 libavcodec/sipr.c |    2 --
 libavcodec/sipr.h |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c
index 85d1419..2e86861 100644
--- a/libavcodec/sipr.c
+++ b/libavcodec/sipr.c
@@ -496,8 +496,6 @@ static av_cold int sipr_decoder_init(AVCodecContext * avctx)
 
     avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
 
-    dsputil_init(&ctx->dsp, avctx);
-
     return 0;
 }
 
diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h
index 33984b1..5b2198e 100644
--- a/libavcodec/sipr.h
+++ b/libavcodec/sipr.h
@@ -55,7 +55,6 @@ typedef enum {
 
 typedef struct {
     AVCodecContext *avctx;
-    DSPContext dsp;
 
     SiprMode mode;
 



More information about the ffmpeg-cvslog mailing list