Commit eda87312 authored by Paul B. Mahol's avatar Paul B. Mahol Committed by Justin Ruggles

shorten: remove dead initialization

Signed-off-by: 's avatarJustin Ruggles <justin.ruggles@gmail.com>
parent 7679bd6e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment