diff options
author | Aurelien Jacobs | 2010-08-30 21:17:34 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2010-08-30 21:17:34 +0000 |
commit | e94204dfd88b80c21f8756ea354dc12e1c4b206e (patch) | |
tree | 65a2d898465227b31bb1ebc700312783e9564720 /libavformat/sol.c | |
parent | 79ce0f002e3078ceb68375dd80805cafbd2fcf9e (diff) |
move pcm demuxers to their own file
Originally committed as revision 24993 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 a7faacc8e8..5573ddd68a 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -25,7 +25,7 @@ #include "libavutil/bswap.h" #include "avformat.h" -#include "raw.h" +#include "pcm.h" /* if we don't know the size in advance */ #define AU_UNKNOWN_SIZE ((uint32_t)(~0)) |