summaryrefslogtreecommitdiff
path: root/libavformat/au.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-11 09:27:46 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-09-11 09:27:46 +0000
commit7241a6bb5020a05ed5a3dddca28703b912492d2e (patch)
tree4588bd7f4afe6456f9da8b02e55171111abca757 /libavformat/au.c
parentb156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (diff)
move unrelated functions declarations out of allformats.h
Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index bd26e54d6f..dd9d708ff5 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -28,7 +28,7 @@
*/
#include "avformat.h"
-#include "allformats.h"
+#include "raw.h"
#include "riff.h"
/* if we don't know the size in advance */