OSDN Git Service

shorten: remove dead initialization
authorPaul B. Mahol <onemda@gmail.com>
Tue, 29 Nov 2011 01:52:58 +0000 (01:52 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 4 Dec 2011 20:12:05 +0000 (15:12 -0500)
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavcodec/shorten.c

index da0ef08..2170d59 100644 (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);