diff options
author | Anton Khirnov <wyskas@gmail.com> | 2011-01-04 12:35:39 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2011-01-04 12:35:39 +0000 |
commit | 14fa75eab4e410858476cdcac8a1ec8b27f8a221 (patch) | |
tree | 04a03fca068a97779f117a7fc82c6e9b1fcd8fed | |
parent | f1cbbb79bfe0a5a42e179b07a77e17acc5827c16 (diff) | |
download | ffmpeg-14fa75eab4e410858476cdcac8a1ec8b27f8a221.tar.gz |
lavf: rename meta.h->ffmeta.h for consistency.
Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/ffmeta.h (renamed from libavformat/meta.h) | 0 | ||||
-rw-r--r-- | libavformat/ffmetadec.c | 2 | ||||
-rw-r--r-- | libavformat/ffmetaenc.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/meta.h b/libavformat/ffmeta.h index f96dbb2efb..f96dbb2efb 100644 --- a/libavformat/meta.h +++ b/libavformat/ffmeta.h diff --git a/libavformat/ffmetadec.c b/libavformat/ffmetadec.c index 0269ac5a0b..66ad953a0d 100644 --- a/libavformat/ffmetadec.c +++ b/libavformat/ffmetadec.c @@ -20,7 +20,7 @@ */ #include "avformat.h" -#include "meta.h" +#include "ffmeta.h" static int probe(AVProbeData *p) { diff --git a/libavformat/ffmetaenc.c b/libavformat/ffmetaenc.c index 17e1d6f499..f42a2b3f99 100644 --- a/libavformat/ffmetaenc.c +++ b/libavformat/ffmetaenc.c @@ -20,7 +20,7 @@ */ #include "avformat.h" -#include "meta.h" +#include "ffmeta.h" static void write_escape_str(ByteIOContext *s, const uint8_t *str) |