shorten: remove dead initialization

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
pull/2/head
Paul B. Mahol 13 years ago committed by Justin Ruggles
parent 7679bd6e60
commit eda8731285
  1. 1
      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);

Loading…
Cancel
Save