# HG changeset patch # User michael # Date 1234115700 0 # Node ID 99317da7348adf94805a2bc2a1b64d326f7909cd # Parent 34e22033c0ff533f14f24d2969989a10b7ac046c Clarify that avformat_seek_file() is not part of the stable API yet. diff -r 34e22033c0ff -r 99317da7348a avformat.h --- a/avformat.h Sun Feb 08 17:52:52 2009 +0000 +++ b/avformat.h Sun Feb 08 17:55:00 2009 +0000 @@ -911,6 +911,10 @@ * @param max_ts largest acceptable timestamp * @param flags flags * @returns >=0 on success, error code otherwise + * + * @NOTE this is part of the new seek API which is still under construction + * thus do not use this yet it may change any time, dont expect ABI + * compatibility yet! */ int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);