diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-11 09:27:46 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-11 09:27:46 +0000 |
commit | 7241a6bb5020a05ed5a3dddca28703b912492d2e (patch) | |
tree | 4588bd7f4afe6456f9da8b02e55171111abca757 /libavformat/au.c | |
parent | b156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (diff) | |
download | ffmpeg-7241a6bb5020a05ed5a3dddca28703b912492d2e.tar.gz |
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.c | 2 |
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 */ |