diff wav.c @ 6445:4aaed59641ff libavformat

move pcm demuxers to their own file
author aurel
date Mon, 30 Aug 2010 21:17:34 +0000
parents 67c36f475c54
children
line wrap: on
line diff
--- a/wav.c	Mon Aug 30 16:43:33 2010 +0000
+++ b/wav.c	Mon Aug 30 21:17:34 2010 +0000
@@ -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 {