diff options
author | Mirjana Vulin <mvulin@mips.com> | 2013-02-21 14:46:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-21 22:43:08 +0100 |
commit | 8d2eb5fe58ae30ddef6b052ffdfa3280cbcc5568 (patch) | |
tree | 10e25c9c312b204885e00d51651679ba49185aa2 /libavcodec/aac.h | |
parent | 67b3fcf65578fe7811a586393da4c188d7bdb327 (diff) | |
download | ffmpeg-8d2eb5fe58ae30ddef6b052ffdfa3280cbcc5568.tar.gz |
mips: optimization for float aac decoder (sbr module)
Signed-off-by: Mirjana Vulin <mvulin@mips.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 9f72a3d291..4ba989f0b2 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -257,8 +257,6 @@ typedef struct ChannelElement { SpectralBandReplication sbr; } ChannelElement; -typedef struct AACContext AACContext; - /** * main AAC context */ |