summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/mss4.c1
-rw-r--r--libavcodec/ra288.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mss4.c b/libavcodec/mss4.c
index 7c714cb264..f4e4d8ddb4 100644
--- a/libavcodec/mss4.c
+++ b/libavcodec/mss4.c
@@ -126,7 +126,6 @@ static const uint8_t mss4_vec_entry_vlc_syms[2][9] = {
typedef struct MSS4Context {
AVFrame pic;
- DSPContext dsp;
VLC dc_vlc[2], ac_vlc[2];
VLC vec_entry_vlc[2];
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index 677a6c2f57..a85d58a05a 100644
--- a/libavcodec/ra288.c
+++ b/libavcodec/ra288.c
@@ -39,7 +39,6 @@
typedef struct {
AVFrame frame;
- DSPContext dsp;
AVFloatDSPContext fdsp;
DECLARE_ALIGNED(32, float, sp_lpc)[FFALIGN(36, 16)]; ///< LPC coefficients for speech data (spec: A)
DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)]; ///< LPC coefficients for gain (spec: GB)