From: Paul B. Mahol Date: Tue, 29 Nov 2011 01:52:58 +0000 (+0000) Subject: shorten: remove dead initialization X-Git-Tag: android-x86-4.4-r1~8529^2~4326 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eda873128544188dc516682f863141a3190a4a9d;p=android-x86%2Fexternal-ffmpeg.git shorten: remove dead initialization Signed-off-by: Justin Ruggles --- 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);