OSDN Git Service

aacdec: refactor the actual aac decoding code into its own function
authorJanne Grunau <janne-ffmpeg@jannau.net>
Tue, 2 Nov 2010 08:29:43 +0000 (08:29 +0000)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Tue, 2 Nov 2010 08:29:43 +0000 (08:29 +0000)
commit66a71d989fdca27749bf4a965d0c0b2fe6d7b473
tree2b7d8119a83651b76c7aefc39fb7d50ed6ade79c
parentbe63b4ba22a3b1961599fb8cfe4a513693023e13
aacdec: refactor the actual aac decoding code into its own function

aac_decode_frame() remains as AVPacket handling a wrapper. The actual
decoding function takes a GetBitContext as input and will be used be the
AAC LATM decoder to avoid copying the unaligned AAC bitstream.

Originally committed as revision 25640 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacdec.c