diff sol.c @ 6445:4aaed59641ff libavformat

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