diff h261dec.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 c0f18afd0074
children
line wrap: on
line diff
--- a/h261dec.c	Mon Aug 30 22:53:16 2010 +0000
+++ b/h261dec.c	Mon Aug 30 23:16:35 2010 +0000
@@ -21,7 +21,7 @@
 
 #include "libavcodec/get_bits.h"
 #include "avformat.h"
-#include "raw.h"
+#include "rawdec.h"
 
 static int h261_probe(AVProbeData *p)
 {