diff options
author | Paul B. Mahol <onemda@gmail.com> | 2011-11-29 01:52:58 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-12-04 15:12:05 -0500 |
commit | eda873128544188dc516682f863141a3190a4a9d (patch) | |
tree | 38e4f55ab5fe53d81260c7675fd37f933f17b894 /libavcodec | |
parent | 7679bd6e604980e44644ca6989e9bc2ef0a75819 (diff) | |
download | ffmpeg-eda873128544188dc516682f863141a3190a4a9d.tar.gz |
shorten: remove dead initialization
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/shorten.c | 1 |
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); |