projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7e750
)
remove unused context var
author
Aurelien Jacobs
<aurel@gnuage.org>
Sun, 21 Oct 2007 22:16:28 +0000
(22:16 +0000)
committer
Aurelien 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
patch
|
blob
|
history
diff --git
a/libavcodec/adpcm.c
b/libavcodec/adpcm.c
index
84543f3
..
b5420a8
100644
(file)
--- 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 */