diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 7db776d547..0281e60a4a 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -148,7 +148,6 @@ typedef struct ADPCMChannelStatus { } ADPCMChannelStatus; typedef struct ADPCMContext { - int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */ ADPCMChannelStatus status[6]; } ADPCMContext;