changeset 5845:342ab05e7d05 libavcodec

remove unused context var
author aurel
date Sun, 21 Oct 2007 22:16:28 +0000
parents 2b61d13e9d7a
children 94b29c56556b
files adpcm.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */