[FFmpeg-cvslog] roqvideo: Remove a totally unused dspcontext

Martin Storsjö git at videolan.org
Mon Jul 2 21:24:11 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Jul  1 23:46:28 2012 +0300| [fc31508e3a7894efd8d084e3bc483f958dfdd726] | committer: Martin Storsjö

roqvideo: Remove a totally unused dspcontext

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 libavcodec/roqvideo.h |    1 -
 1 file changed, 1 deletion(-)

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 ffmpeg-cvslog mailing list