diff soxdec.c @ 6445:4aaed59641ff libavformat

move pcm demuxers to their own file
author aurel
date Mon, 30 Aug 2010 21:17:34 +0000
parents 178de7695c6c
children
line wrap: on
line diff
--- a/soxdec.c	Mon Aug 30 16:43:33 2010 +0000
+++ b/soxdec.c	Mon Aug 30 21:17:34 2010 +0000
@@ -31,7 +31,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
-#include "raw.h"
+#include "pcm.h"
 #include "sox.h"
 
 static int sox_probe(AVProbeData *p)