Mercurial > libavformat.hg
comparison utils.c @ 4151:2670c14e7b05 libavformat
10l format include path for metadata.h
author | michael |
---|---|
date | Sun, 04 Jan 2009 19:00:35 +0000 |
parents | 1f857a4519bd |
children | bd4d3fee45d0 |
comparison
equal
deleted
inserted
replaced
4150:6f4c0d5f1e23 | 4151:2670c14e7b05 |
---|---|
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 #include "avformat.h" | 21 #include "avformat.h" |
22 #include "internal.h" | 22 #include "internal.h" |
23 #include "libavcodec/opt.h" | 23 #include "libavcodec/opt.h" |
24 #include "libavcodec/metadata.h" | 24 #include "metadata.h" |
25 #include "libavutil/avstring.h" | 25 #include "libavutil/avstring.h" |
26 #include "riff.h" | 26 #include "riff.h" |
27 #include <sys/time.h> | 27 #include <sys/time.h> |
28 #include <time.h> | 28 #include <time.h> |
29 #include <strings.h> | 29 #include <strings.h> |