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;