Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-09 03:09:54 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-09 17:32:06 +0400
commit8658e1c68253417ec45f7e32e0ab3aaa88346d40 (patch)
treed8a62fdfe7aed76d93dc01ea978960fc062a31ec /libavcodec/mss4.c
parent5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (diff)
mss4, ra288: Remove unused DSPContext local codec context members
Diffstat (limited to 'libavcodec/mss4.c')
-rw-r--r--libavcodec/mss4.c1
1 files changed, 0 insertions, 1 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];