shorten: remove dead initialization

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
Paul B. Mahol 2011-11-29 01:52:58 +00:00 committed by Justin Ruggles
parent 7679bd6e60
commit eda8731285
1 changed files with 0 additions and 1 deletions

View File

@ -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);