diff au.c @ 1172:6a5e58d2114b libavformat

move common stuff from avienc.c and wav.c to new file riff.c
author mru
date Wed, 12 Jul 2006 00:09:34 +0000
parents d18cc9a1fd02
children 0899bfe4105c
line wrap: on
line diff
--- a/au.c	Tue Jul 11 21:45:45 2006 +0000
+++ b/au.c	Wed Jul 12 00:09:34 2006 +0000
@@ -27,7 +27,7 @@
 
 #include "avformat.h"
 #include "allformats.h"
-#include "avi.h"
+#include "riff.h"
 
 /* if we don't know the size in advance */
 #define AU_UNKOWN_SIZE ((uint32_t)(~0))