diff ac3dec.c @ 6448:4775a49a6045 libavformat

split raw.c into rawdec.c and rawenc.c
author aurel
date Mon, 30 Aug 2010 23:16:35 +0000
parents 8beba113f242
children
line wrap: on
line diff
--- a/ac3dec.c	Mon Aug 30 22:53:16 2010 +0000
+++ b/ac3dec.c	Mon Aug 30 23:16:35 2010 +0000
@@ -22,7 +22,7 @@
 #include "libavutil/crc.h"
 #include "libavcodec/ac3_parser.h"
 #include "avformat.h"
-#include "raw.h"
+#include "rawdec.h"
 
 static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id)
 {