diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-26 23:39:22 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-26 23:39:22 +0000 |
commit | 7a42067176b7c670aadcefaf52895b60105e231e (patch) | |
tree | 364979011c6e6f724edd247f8578ae275eba705b /libavformat/avformat.h | |
parent | 99ed41a8084e041ce4d6273eb1734cb5ce03ded8 (diff) | |
download | ffmpeg-7a42067176b7c670aadcefaf52895b60105e231e.tar.gz |
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
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index aeca960979..74ffc7df64 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: |