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 --- libavcodec/aac_adtstoasc_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac_adtstoasc_bsf.c') diff --git a/libavcodec/aac_adtstoasc_bsf.c b/libavcodec/aac_adtstoasc_bsf.c index 9d53a011c8..9b615e65d3 100644 --- a/libavcodec/aac_adtstoasc_bsf.c +++ b/libavcodec/aac_adtstoasc_bsf.c @@ -20,7 +20,7 @@ */ #include "avcodec.h" -#include "aac_parser.h" +#include "aacadtsdec.h" #include "put_bits.h" #include "get_bits.h" #include "mpeg4audio.h" -- cgit v1.2.3