diff pcmenc.c @ 6448:4775a49a6045 libavformat

split raw.c into rawdec.c and rawenc.c
author aurel
date Mon, 30 Aug 2010 23:16:35 +0000
parents 659a7e022950
children
line wrap: on
line diff
--- a/pcmenc.c	Mon Aug 30 22:53:16 2010 +0000
+++ b/pcmenc.c	Mon Aug 30 23:16:35 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 #include "avformat.h"
-#include "raw.h"
+#include "rawenc.h"
 
 #define PCMDEF(name, long_name, ext, codec) \
 AVOutputFormat pcm_ ## name ## _muxer = {\