Browse Source

lavf doxy: add metadata docs to the main lavf group

tags/n0.9
Anton Khirnov 14 years ago
parent
commit
b262a05904
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/avformat.h

+ 1
- 0
libavformat/avformat.h View File

@@ -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


Loading…
Cancel
Save