diff aacdec.c @ 12149:e7634f1b6100 libavcodec

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.
author alexc
date Mon, 12 Jul 2010 18:52:03 +0000
parents 9a7c4cabbc5a
children 862dd5062000
line wrap: on
line diff
--- a/aacdec.c	Mon Jul 12 18:24:22 2010 +0000
+++ b/aacdec.c	Mon Jul 12 18:52:03 2010 +0000
@@ -90,7 +90,7 @@
 #include "sbr.h"
 #include "aacsbr.h"
 #include "mpeg4audio.h"
-#include "aac_parser.h"
+#include "aacadtsdec.h"
 
 #include <assert.h>
 #include <errno.h>