diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-10 20:06:49 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-10 22:02:28 +0100 |
commit | b262a05904bdb31862f0b2fc3c9e4aeee32d301c (patch) | |
tree | 6ae86d5bc68a4df5b1d5b586add655309fb26005 /libavformat/avformat.h | |
parent | 8bd1f1a4c8e591e92e7f4933a89fe5de72e5563f (diff) | |
download | ffmpeg-b262a05904bdb31862f0b2fc3c9e4aeee32d301c.tar.gz |
lavf doxy: add metadata docs to the main lavf group
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 5e00da12b2..16dc4e833a 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -86,6 +86,7 @@ struct AVFormatContext; /** * @defgroup metadata_api Public Metadata API * @{ + * @ingroup libavf * The metadata API allows libavformat to export metadata tags to a client * application using a sequence of key/value pairs. Like all strings in Libav, * metadata must be stored as UTF-8 encoded Unicode. Note that metadata |