summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-04-25 15:11:39 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-04-25 15:11:39 +0000
commite67fe90c4045e913561a0f7b4f4962998edf5449 (patch)
tree67751bd8408817441a2e3f584ecbdd2d49591a50
parent62377fec30e29c1705f96f7fa827435946f2767d (diff)
remove no more needed field
Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/adpcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 7db776d547..0281e60a4a 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;