diff mmf.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/mmf.c	Tue Jul 11 21:45:45 2006 +0000
+++ b/mmf.c	Wed Jul 12 00:09:34 2006 +0000
@@ -18,7 +18,7 @@
  */
 #include "avformat.h"
 #include "allformats.h"
-#include "avi.h"
+#include "riff.h"
 
 typedef struct {
     offset_t atrpos, atsqpos, awapos;