diff oggparseogm.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 91677ac6fb19
children c2ad35fbbd30
line wrap: on
line diff
--- a/oggparseogm.c	Tue Jul 11 21:45:45 2006 +0000
+++ b/oggparseogm.c	Wed Jul 12 00:09:34 2006 +0000
@@ -27,7 +27,7 @@
 #include "bitstream.h"
 #include "bswap.h"
 #include "ogg2.h"
-#include "avi.h"
+#include "riff.h"
 
 static int
 ogm_header(AVFormatContext *s, int idx)