Revision e67fe90c libavcodec/adpcm.c
libavcodec/adpcm.c | ||
---|---|---|
148 | 148 |
} ADPCMChannelStatus; |
149 | 149 |
|
150 | 150 |
typedef struct ADPCMContext { |
151 |
int channel; /* for stereo MOVs, decode left, then decode right, then tell it's decoded */ |
|
152 | 151 |
ADPCMChannelStatus status[6]; |
153 | 152 |
} ADPCMContext; |
154 | 153 |
|
Also available in: Unified diff