[FFmpeg-cvslog] r16812 - trunk/libavformat/avformat.h
aurel
subversion
Tue Jan 27 00:39:23 CET 2009
Author: aurel
Date: Tue Jan 27 00:39:22 2009
New Revision: 16812
Log:
make it clear that the new metadata API is a work in progress
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Mon Jan 26 23:51:16 2009 (r16811)
+++ trunk/libavformat/avformat.h Tue Jan 27 00:39:22 2009 (r16812)
@@ -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:
More information about the ffmpeg-cvslog
mailing list