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/au.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/au.c') diff --git a/libavformat/au.c b/libavformat/au.c index e09d7ac5cd..f4ca09493e 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -31,7 +31,6 @@ #include "internal.h" #include "avio_internal.h" #include "pcm.h" -#include "riff.h" /* if we don't know the size in advance */ #define AU_UNKNOWN_SIZE ((uint32_t)(~0)) -- cgit v1.2.3