summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-11-20 12:46:41 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2011-11-26 16:25:06 -0500
commit837bbd19ebd7a77411462bd505b2f50ce1c9c9bf (patch)
tree022d838ebcebf18e312ef8977035af073aa78650 /libavcodec/adx.h
parente2d1eace00a80c4b53998397d38ea4e08c5d47f0 (diff)
adx: remove unneeded post-decode channel interleaving
instead interleave channels while decoding
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r--libavcodec/adx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/adx.h b/libavcodec/adx.h
index bba09aed8b..a329afb4c4 100644
--- a/libavcodec/adx.h
+++ b/libavcodec/adx.h
@@ -36,6 +36,7 @@ typedef struct {
} ADXChannelState;
typedef struct {
+ int channels;
ADXChannelState prev[2];
int header_parsed;
unsigned char dec_temp[18*2];