From fc31508e3a7894efd8d084e3bc483f958dfdd726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sun, 1 Jul 2012 23:46:28 +0300 Subject: [PATCH] roqvideo: Remove a totally unused dspcontext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/roqvideo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index fba3d41a4a..4018e357a9 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -45,7 +45,6 @@ struct RoqTempData; typedef struct RoqContext { AVCodecContext *avctx; - DSPContext dsp; AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame;