summaryrefslogtreecommitdiff
path: root/libavformat/metadata.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-05-22 12:45:00 +0200
committerAnton Khirnov <anton@khirnov.net>2011-06-08 07:43:45 +0200
commitd9f80ea2a7325f9c84307568843512811a99baff (patch)
tree4cfb0b73956c53a83b6bebded7345eaa3f69d181 /libavformat/metadata.h
parentac4a8548110bc180cb67bea6eaf8b8e1081370cf (diff)
Move metadata API from lavf to lavu.
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
Diffstat (limited to 'libavformat/metadata.h')
-rw-r--r--libavformat/metadata.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavformat/metadata.h b/libavformat/metadata.h
index 09066b8c8d..49be8b47e1 100644
--- a/libavformat/metadata.h
+++ b/libavformat/metadata.h
@@ -29,11 +29,7 @@
#include "avformat.h"
-
-struct AVMetadata{
- int count;
- AVMetadataTag *elems;
-};
+#include "libavutil/dict.h"
struct AVMetadataConv{
const char *native;