diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:36 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:36 +0000 |
commit | c26e58e32cf430f060209e0d6088181f4426b3ce (patch) | |
tree | 16425efeac4ce073a483950cbdafe09c4297e6fd /libavformat/utils.c | |
parent | 5189573c6d31816705cbecaa8e527fcf606ee060 (diff) | |
download | ffmpeg-c26e58e32cf430f060209e0d6088181f4426b3ce.tar.gz |
Add some missing #includes
Originally committed as revision 22258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 2317fe77e5..080f4bdded 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -24,6 +24,7 @@ #include "metadata.h" #include "libavutil/avstring.h" #include "riff.h" +#include "audiointerleave.h" #include <sys/time.h> #include <time.h> #include <strings.h> |