Mercurial > libavcodec.hg
diff adpcm.c @ 6679:034a316ecae3 libavcodec
remove no more needed field
| author | bcoudurier |
|---|---|
| date | Fri, 25 Apr 2008 15:11:39 +0000 |
| parents | 92a91e7e7321 |
| children | f96c7be83736 |
line wrap: on
line diff
--- a/adpcm.c Fri Apr 25 15:10:33 2008 +0000 +++ b/adpcm.c Fri Apr 25 15:11:39 2008 +0000 @@ -148,7 +148,6 @@ } ADPCMChannelStatus; typedef struct ADPCMContext { - int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */ ADPCMChannelStatus status[6]; } ADPCMContext;
