summaryrefslogtreecommitdiff
path: root/libavcodec/rpza.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rpza.c')
-rw-r--r--libavcodec/rpza.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index ea36393aa2..3a71c69b6d 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -40,12 +40,10 @@
#include <unistd.h>
#include "avcodec.h"
-#include "dsputil.h"
typedef struct RpzaContext {
AVCodecContext *avctx;
- DSPContext dsp;
AVFrame frame;
const unsigned char *buf;
@@ -234,7 +232,6 @@ static int rpza_decode_init(AVCodecContext *avctx)
s->avctx = avctx;
avctx->pix_fmt = PIX_FMT_RGB555;
- dsputil_init(&s->dsp, avctx);
s->frame.data[0] = NULL;