From e67fe90c4045e913561a0f7b4f4962998edf5449 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 25 Apr 2008 15:11:39 +0000 Subject: [PATCH] remove no more needed field Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adpcm.c | 1 - 1 file changed, 1 deletion(-) 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;