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/sol.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/sol.c')
-rw-r--r-- | libavformat/sol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sol.c b/libavformat/sol.c index 6ab70eef04..3d2456d663 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -24,7 +24,7 @@ */ #include "avformat.h" -#include "allformats.h" +#include "raw.h" #include "riff.h" #include "bswap.h" |