[libav-commits] roqvideo: Remove a totally unused dspcontext
Martin Storsjö
git at libav.org
Sun Jul 1 22:54:52 CEST 2012
Module: libav
Branch: master
Commit: fc31508e3a7894efd8d084e3bc483f958dfdd726
Author: Martin Storsjö <martin at martin.st>
Committer: Martin Storsjö <martin at martin.st>
Date: Sun Jul 1 23:46:28 2012 +0300
roqvideo: Remove a totally unused dspcontext
Signed-off-by: Martin Storsjö <martin at martin.st>
---
libavcodec/roqvideo.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index fba3d41..4018e35 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;
More information about the libav-commits
mailing list