diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-09 00:09:54 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-09 14:32:06 +0100 |
commit | 8658e1c68253417ec45f7e32e0ab3aaa88346d40 (patch) | |
tree | d8a62fdfe7aed76d93dc01ea978960fc062a31ec /libavcodec/ra288.c | |
parent | 5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (diff) | |
download | ffmpeg-8658e1c68253417ec45f7e32e0ab3aaa88346d40.tar.gz |
mss4, ra288: Remove unused DSPContext local codec context members
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r-- | libavcodec/ra288.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |