diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-30 21:17:34 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-30 21:17:34 +0000 |
commit | e94204dfd88b80c21f8756ea354dc12e1c4b206e (patch) | |
tree | 65a2d898465227b31bb1ebc700312783e9564720 /libavformat/wav.c | |
parent | 79ce0f002e3078ceb68375dd80805cafbd2fcf9e (diff) | |
download | ffmpeg-e94204dfd88b80c21f8756ea354dc12e1c4b206e.tar.gz |
move pcm demuxers to their own file
Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r-- | libavformat/wav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index 4c72bec8e9..ca687a3adb 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -23,7 +23,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "raw.h" +#include "pcm.h" #include "riff.h" typedef struct { |