OSDN Git Service

remove no more needed field
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 25 Apr 2008 15:11:39 +0000 (15:11 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Fri, 25 Apr 2008 15:11:39 +0000 (15:11 +0000)
Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/adpcm.c

index 7db776d..0281e60 100644 (file)
@@ -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;