# HG changeset patch # User bcoudurier # Date 1209136299 0 # Node ID 034a316ecae3b2d9a6d567270b67fdca80689941 # Parent 92a91e7e732104923b5f8c2980f88ecd6b4c41ca remove no more needed field diff -r 92a91e7e7321 -r 034a316ecae3 adpcm.c --- 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;