remove no more needed field

Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 62377fec30
commit e67fe90c40
  1. 1
      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;

Loading…
Cancel
Save