Mercurial > libavformat.hg
changeset 4289:b54f835e3c5d libavformat
make it clear that the new metadata API is a work in progress
author | aurel |
---|---|
date | Mon, 26 Jan 2009 23:39:22 +0000 |
parents | 8f0e6cdf0a59 |
children | 571504a844b1 |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sun Jan 25 19:11:10 2009 +0000 +++ b/avformat.h Mon Jan 26 23:39:22 2009 +0000 @@ -49,6 +49,7 @@ /* * 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: