Commit c8ea8df9 authored by bcoudurier's avatar bcoudurier

remove unused var

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12967 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4904bdfc
...@@ -667,7 +667,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx, ...@@ -667,7 +667,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx,
static av_cold int adpcm_decode_init(AVCodecContext * avctx) static av_cold int adpcm_decode_init(AVCodecContext * avctx)
{ {
ADPCMContext *c = avctx->priv_data; ADPCMContext *c = avctx->priv_data;
unsigned int max_channels = 2, channel; unsigned int max_channels = 2;
switch(avctx->codec->id) { switch(avctx->codec->id) {
case CODEC_ID_ADPCM_EA_R1: case CODEC_ID_ADPCM_EA_R1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment