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/aiff.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/aiff.c')
-rw-r--r-- | libavformat/aiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 6f1d9cd191..ea98554654 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "allformats.h" +#include "raw.h" #include "riff.h" #include "intfloat_readwrite.h" |