From d9f80ea2a7325f9c84307568843512811a99baff Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 22 May 2011 12:45:00 +0200 Subject: 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. --- libavformat/metadata.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavformat/metadata.h') 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; -- cgit v1.2.3