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/raw.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/raw.c')
-rw-r--r-- | libavformat/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c index bf0a11146d..bd9380315c 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -21,6 +21,7 @@ */ #include "avformat.h" #include "ac3_parser.h" +#include "raw.h" #ifdef CONFIG_MUXERS /* simple formats */ |