Commit ed0d7956 authored by aurel's avatar aurel

remove unused context var

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10828 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa5967f0
...@@ -145,7 +145,6 @@ typedef struct ADPCMChannelStatus { ...@@ -145,7 +145,6 @@ typedef struct ADPCMChannelStatus {
typedef struct ADPCMContext { typedef struct ADPCMContext {
int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */ int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */
ADPCMChannelStatus status[2]; ADPCMChannelStatus status[2];
short sample_buffer[32]; /* hold left samples while waiting for right samples */
} ADPCMContext; } ADPCMContext;
/* XXX: implement encoding */ /* XXX: implement encoding */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment