diff options
-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 da0ef08..2170d59 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); |