From: Baptiste Coudurier Date: Fri, 25 Apr 2008 15:11:39 +0000 (+0000) Subject: remove no more needed field X-Git-Tag: v0.5~4969 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e67fe90c4045e913561a0f7b4f4962998edf5449;p=coroid%2Fffmpeg_saccubus.git remove no more needed field Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 7db776d54..0281e60a4 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;