# HG changeset patch # User aurel # Date 1193004988 0 # Node ID 342ab05e7d05286abfe40b5784206dbbf508daaf # Parent 2b61d13e9d7a5ada3d24ec8599736e2c83747493 remove unused context var diff -r 2b61d13e9d7a -r 342ab05e7d05 adpcm.c --- a/adpcm.c Sun Oct 21 17:26:02 2007 +0000 +++ b/adpcm.c Sun Oct 21 22:16:28 2007 +0000 @@ -145,7 +145,6 @@ 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 */