diff nut.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 bfea7dcd2698
line wrap: on
line diff
--- a/nut.c	Tue Jul 11 21:45:45 2006 +0000
+++ b/nut.c	Wed Jul 12 00:09:34 2006 +0000
@@ -33,7 +33,7 @@
 #include <limits.h>
 #include "avformat.h"
 #include "mpegaudio.h"
-#include "avi.h"
+#include "riff.h"
 
 #undef NDEBUG
 #include <assert.h>