summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorPaul B. Mahol <onemda@gmail.com>2011-11-29 01:52:58 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2011-12-04 15:12:05 -0500
commiteda873128544188dc516682f863141a3190a4a9d (patch)
tree38e4f55ab5fe53d81260c7675fd37f933f17b894 /libavcodec/shorten.c
parent7679bd6e604980e44644ca6989e9bc2ef0a75819 (diff)
shorten: remove dead initialization
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index da0ef08eee..2170d591dd 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -331,7 +331,6 @@ static int read_header(ShortenContext *s)
s->lpcqoffset = 0;
s->blocksize = DEFAULT_BLOCK_SIZE;
- s->channels = 1;
s->nmean = -1;
s->version = get_bits(&s->gb, 8);
s->internal_ftype = get_uint(s, TYPESIZE);