Mercurial > libavformat.hg
changeset 4151:2670c14e7b05 libavformat
10l format include path for metadata.h
author | michael |
---|---|
date | Sun, 04 Jan 2009 19:00:35 +0000 |
parents | 6f4c0d5f1e23 |
children | 41ba5bf14f00 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Sun Jan 04 18:58:49 2009 +0000 +++ b/utils.c Sun Jan 04 19:00:35 2009 +0000 @@ -21,7 +21,7 @@ #include "avformat.h" #include "internal.h" #include "libavcodec/opt.h" -#include "libavcodec/metadata.h" +#include "metadata.h" #include "libavutil/avstring.h" #include "riff.h" #include <sys/time.h>