[SCM] libav/experimental: remove unused context var

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:37 UTC 2013


The following commit has been merged in the experimental branch:
commit c6e2f0831c604c5cf7c2c17e018fb9c7cb620117
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sun Oct 21 22:16:28 2007 +0000

    remove unused context var
    
    Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 84543f3..b5420a8 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list