[FFmpeg-cvslog] shorten: remove dead initialization
Paul B. Mahol
git at videolan.org
Mon Dec 5 00:43:09 CET 2011
ffmpeg | branch: master | Paul B. Mahol <onemda at gmail.com> | Tue Nov 29 01:52:58 2011 +0000| [eda873128544188dc516682f863141a3190a4a9d] | committer: Justin Ruggles
shorten: remove dead initialization
Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eda873128544188dc516682f863141a3190a4a9d
---
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);
More information about the ffmpeg-cvslog
mailing list