Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-07-02 00:46:28 +0400
committerMartin Storsjö <martin@martin.st>2012-07-02 00:54:35 +0400
commitfc31508e3a7894efd8d084e3bc483f958dfdd726 (patch)
tree982db41653da1038f4a1009c21be2ce2e9ec498e
parent779f8bc24ea94ec6f9d03ea52bb10b29c621c44b (diff)
roqvideo: Remove a totally unused dspcontext
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--libavcodec/roqvideo.h1
1 files changed, 0 insertions, 1 deletions
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;