From b262a05904bdb31862f0b2fc3c9e4aeee32d301c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 10 Dec 2011 20:06:49 +0100 Subject: [PATCH] lavf doxy: add metadata docs to the main lavf group --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) 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