changeset 2021:d54b738a5bfa libavformat

Move AC3 header parsing code together with the rest of the AC3 parsing code.
author diego
date Sun, 15 Apr 2007 12:32:36 +0000
parents d0d39f124c6b
children 4f62a7d9381a
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Fri Apr 13 07:50:04 2007 +0000
+++ b/raw.c	Sun Apr 15 12:32:36 2007 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avformat.h"
-#include "ac3.h"
+#include "parser.h"
 
 #ifdef CONFIG_MUXERS
 /* simple formats */