diff raw.c @ 2075:f316c0daf0ad libavformat

move aac and ac3 parsers in their own files
author aurel
date Tue, 08 May 2007 23:25:31 +0000
parents 228e5fd9a357
children 7b4df9e3b6fd
line wrap: on
line diff
--- a/raw.c	Tue May 08 11:57:49 2007 +0000
+++ b/raw.c	Tue May 08 23:25:31 2007 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avformat.h"
-#include "parser.h"
+#include "ac3_parser.h"
 
 #ifdef CONFIG_MUXERS
 /* simple formats */