Skip to content
Snippets Groups Projects
Commit ec264570 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

new metadata API is now officially part of public API

Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 95030323
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ version <next>
- NC (NC4600) cameras file demuxer
- Gopher client support
- MXF D-10 muxer
- Generic metadata API
version 0.4.9-pre1:
......
......@@ -22,8 +22,8 @@
#define AVFORMAT_AVFORMAT_H
#define LIBAVFORMAT_VERSION_MAJOR 52
#define LIBAVFORMAT_VERSION_MINOR 30
#define LIBAVFORMAT_VERSION_MICRO 1
#define LIBAVFORMAT_VERSION_MINOR 31
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
......@@ -51,7 +51,6 @@ struct AVFormatContext;
/*
* Public Metadata API.
* !!WARNING!! This is a work in progress. Don't use outside FFmpeg for now.
* The metadata API allows libavformat to export metadata tags to a client
* application using a sequence of key/value pairs.
* Important concepts to keep in mind:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment