summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-12 00:09:34 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-12 00:09:34 +0000
commit9d9f4119bd17cdfb3409dfa2d68252c16444431d (patch)
treeb9be5a6d1cee86b669c2efd486e5ca051eba13f4 /libavformat/nsvdec.c
parentb8635ec6ef3f68c3c82d87fdbe955551a3a8f1e4 (diff)
move common stuff from avienc.c and wav.c to new file riff.c
Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5ae5b8c061..e4c7c9fa84 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
-#include "avi.h"
+#include "riff.h"
#define DEBUG
//#define DEBUG_DUMP_INDEX // XXX dumbdriving-271.nsv breaks with it commented!!