From bfe5454cd238b16e7977085f880205229103eccb Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 27 Nov 2012 11:52:28 -0500 Subject: lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h --- libavformat/swf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/swf.h') diff --git a/libavformat/swf.h b/libavformat/swf.h index 97e7b2d4f0..79c3c1d033 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -26,7 +26,7 @@ #include "libavutil/fifo.h" #include "avformat.h" #include "avio.h" -#include "riff.h" /* for CodecTag */ +#include "internal.h" /* should have a generic way to indicate probable size */ #define DUMMY_FILE_SIZE (100 * 1024 * 1024) -- cgit v1.2.3