mss4, ra288: Remove unused DSPContext local codec context members

pull/9/merge
Diego Biurrun 12 years ago
parent 5d3d39c72e
commit 8658e1c682
  1. 1
      libavcodec/mss4.c
  2. 1
      libavcodec/ra288.c

@ -126,7 +126,6 @@ static const uint8_t mss4_vec_entry_vlc_syms[2][9] = {
typedef struct MSS4Context { typedef struct MSS4Context {
AVFrame pic; AVFrame pic;
DSPContext dsp;
VLC dc_vlc[2], ac_vlc[2]; VLC dc_vlc[2], ac_vlc[2];
VLC vec_entry_vlc[2]; VLC vec_entry_vlc[2];

@ -39,7 +39,6 @@
typedef struct { typedef struct {
AVFrame frame; AVFrame frame;
DSPContext dsp;
AVFloatDSPContext fdsp; AVFloatDSPContext fdsp;
DECLARE_ALIGNED(32, float, sp_lpc)[FFALIGN(36, 16)]; ///< LPC coefficients for speech data (spec: A) 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) DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)]; ///< LPC coefficients for gain (spec: GB)

Loading…
Cancel
Save