OSDN Git Service

remove unused context var
authorAurelien Jacobs <aurel@gnuage.org>
Sun, 21 Oct 2007 22:16:28 +0000 (22:16 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sun, 21 Oct 2007 22:16:28 +0000 (22:16 +0000)
Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/adpcm.c

index 84543f3..b5420a8 100644 (file)
@@ -145,7 +145,6 @@ typedef struct ADPCMChannelStatus {
 typedef struct ADPCMContext {
     int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */
     ADPCMChannelStatus status[2];
-    short sample_buffer[32]; /* hold left samples while waiting for right samples */
 } ADPCMContext;
 
 /* XXX: implement encoding */