From 80b39e1ca6e4711e2094c1a0f20a188e8751c941 Mon Sep 17 00:00:00 2001 From: Francesco Lavra Date: Sat, 22 May 2010 16:01:32 +0000 Subject: Move AVCodecTag from riff.h into internal.h. Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/caf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/caf.c') diff --git a/libavformat/caf.c b/libavformat/caf.c index a814ab0d3c..96fb8474d2 100644 --- a/libavformat/caf.c +++ b/libavformat/caf.c @@ -25,7 +25,7 @@ */ #include "avformat.h" -#include "riff.h" +#include "internal.h" #include "caf.h" /** -- cgit v1.2.3