From 4ca31edcfe1ac6b8d48353436fefd1549161cd83 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 30 Aug 2010 23:16:35 +0000 Subject: split raw.c into rawdec.c and rawenc.c Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/ac3dec.c') diff --git a/libavformat/ac3dec.c b/libavformat/ac3dec.c index b260354514..b8a2bdd4a0 100644 --- a/libavformat/ac3dec.c +++ b/libavformat/ac3dec.c @@ -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) { -- cgit v1.2.3