summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-07-01 20:50:33 +0200
committerReinhard Tartler <siretart@tauware.de>2011-07-02 13:52:29 +0200
commit12489443dec228d60fa3dc56695f6ddae08beb37 (patch)
tree6a5ad67278e9ab35b3c696920fc045b4fead838c /libavformat/avformat.h
parent21a19b7912fe0622f3d1748ff102fcc7bc7a974a (diff)
libavformat: Add an example how to use the metadata API
Also include it into the doxygen documentation
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 05e80f1922..8561a50c01 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -109,6 +109,8 @@ struct AVFormatContext;
variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of
@endverbatim
*
+ * Look in the examples section for an application example how to use the Metadata API.
+ *
* @}
*/