diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-12 00:09:34 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-12 00:09:34 +0000 |
commit | 9d9f4119bd17cdfb3409dfa2d68252c16444431d (patch) | |
tree | b9be5a6d1cee86b669c2efd486e5ca051eba13f4 /libavformat/matroska.c | |
parent | b8635ec6ef3f68c3c82d87fdbe955551a3a8f1e4 (diff) | |
download | ffmpeg-9d9f4119bd17cdfb3409dfa2d68252c16444431d.tar.gz |
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/matroska.c')
-rw-r--r-- | libavformat/matroska.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index f36047e215..d22e85f2c2 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -28,7 +28,7 @@ #include "avformat.h" /* For codec_get_bmp_id and codec_get_wav_id. */ -#include "avi.h" +#include "riff.h" #include "intfloat_readwrite.h" /* EBML version supported */ |