diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-12 18:52:03 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-12 18:52:03 +0000 |
commit | 3cac899af968f9963241c0d0236a16d70eb6b06d (patch) | |
tree | 761092f304d74ed56bef732c075cc6a8fb0b75d3 /libavformat/spdif.c | |
parent | 65415bb93a32f1be81cb852e6caf925511078fc2 (diff) | |
download | ffmpeg-3cac899af968f9963241c0d0236a16d70eb6b06d.tar.gz |
Split the ADTS header decoder off of the ADTS parser.
The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/spdif.c')
-rw-r--r-- | libavformat/spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/spdif.c b/libavformat/spdif.c index 1355797593..ac84c50e07 100644 --- a/libavformat/spdif.c +++ b/libavformat/spdif.c @@ -43,7 +43,7 @@ #include "avformat.h" #include "libavcodec/ac3.h" #include "libavcodec/dca.h" -#include "libavcodec/aac_parser.h" +#include "libavcodec/aacadtsdec.h" #define SYNCWORD1 0xF872 #define SYNCWORD2 0x4E1F |