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/ingenientdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/ingenientdec.c') diff --git a/libavformat/ingenientdec.c b/libavformat/ingenientdec.c index 48f82ed333..61d39e1d10 100644 --- a/libavformat/ingenientdec.c +++ b/libavformat/ingenientdec.c @@ -20,7 +20,7 @@ */ #include "avformat.h" -#include "raw.h" +#include "rawdec.h" // http://www.artificis.hu/files/texts/ingenient.txt static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt) -- cgit v1.2.3