From 9d9f4119bd17cdfb3409dfa2d68252c16444431d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 12 Jul 2006 00:09:34 +0000 Subject: move common stuff from avienc.c and wav.c to new file riff.c Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/aiff.c') diff --git a/libavformat/aiff.c b/libavformat/aiff.c index de2afee533..1855db2b15 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -18,7 +18,7 @@ */ #include "avformat.h" #include "allformats.h" -#include "avi.h" +#include "riff.h" #include "intfloat_readwrite.h" const CodecTag codec_aiff_tags[] = { -- cgit v1.2.3