Mercurial > libavcodec.hg
changeset 6678:92a91e7e7321 libavcodec
remove unused var
author | bcoudurier |
---|---|
date | Fri, 25 Apr 2008 15:10:33 +0000 |
parents | abb1f01ca0db |
children | 034a316ecae3 |
files | adpcm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/adpcm.c Fri Apr 25 15:09:26 2008 +0000 +++ b/adpcm.c Fri Apr 25 15:10:33 2008 +0000 @@ -667,7 +667,7 @@ static av_cold int adpcm_decode_init(AVCodecContext * avctx) { ADPCMContext *c = avctx->priv_data; - unsigned int max_channels = 2, channel; + unsigned int max_channels = 2; switch(avctx->codec->id) { case CODEC_ID_ADPCM_EA_R1: