---

Dropped removing dsputil.h #include from truemotion1.c, which should
be done in a different patch.

 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)
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to