[FFmpeg-cvslog] lavf doxy: add metadata docs to the main lavf group
Anton Khirnov
git at videolan.org
Sun Dec 11 01:12:50 CET 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Dec 10 20:06:49 2011 +0100| [b262a05904bdb31862f0b2fc3c9e4aeee32d301c] | committer: Anton Khirnov
lavf doxy: add metadata docs to the main lavf group
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b262a05904bdb31862f0b2fc3c9e4aeee32d301c
---
libavformat/avformat.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5e00da1..16dc4e8 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
More information about the ffmpeg-cvslog
mailing list