[FFmpeg-cvslog] r10828 - trunk/libavcodec/adpcm.c

aurel subversion
Mon Oct 22 00:16:29 CEST 2007


Author: aurel
Date: Mon Oct 22 00:16:28 2007
New Revision: 10828

Log:
remove unused context var

Modified:
   trunk/libavcodec/adpcm.c

Modified: trunk/libavcodec/adpcm.c
==============================================================================
--- trunk/libavcodec/adpcm.c	(original)
+++ trunk/libavcodec/adpcm.c	Mon Oct 22 00:16:28 2007
@@ -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 */




More information about the ffmpeg-cvslog mailing list