[FFmpeg-cvslog] mss4, ra288: Remove unused DSPContext local codec context members
Diego Biurrun
git at videolan.org
Sun Feb 10 12:18:27 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Feb 9 00:09:54 2013 +0100| [8658e1c68253417ec45f7e32e0ab3aaa88346d40] | committer: Diego Biurrun
mss4, ra288: Remove unused DSPContext local codec context members
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8658e1c68253417ec45f7e32e0ab3aaa88346d40
---
libavcodec/mss4.c | 1 -
libavcodec/ra288.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/libavcodec/mss4.c b/libavcodec/mss4.c
index 7c714cb..f4e4d8d 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 677a6c2..a85d58a 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)
More information about the ffmpeg-cvslog
mailing list