From 7a42067176b7c670aadcefaf52895b60105e231e Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 26 Jan 2009 23:39:22 +0000 Subject: [PATCH] make it clear that the new metadata API is a work in progress Originally committed as revision 16812 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index aeca960..74ffc7d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -49,6 +49,7 @@ unsigned avformat_version(void); /* * 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: -- 2.7.4