mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove unused context var
Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe7e750fb5
commit
c6e2f0831c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user