From 3cac899af968f9963241c0d0236a16d70eb6b06d Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 12 Jul 2010 18:52:03 +0000 Subject: 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 --- libavformat/spdif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/spdif.c') 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 -- cgit v1.2.3