[FFmpeg-cvslog] r17061 - trunk/libavformat/avformat.h
michael
subversion
Sun Feb 8 18:55:00 CET 2009
Author: michael
Date: Sun Feb 8 18:55:00 2009
New Revision: 17061
Log:
Clarify that avformat_seek_file() is not part of the stable API yet.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Sun Feb 8 18:52:52 2009 (r17060)
+++ trunk/libavformat/avformat.h Sun Feb 8 18:55:00 2009 (r17061)
@@ -911,6 +911,10 @@ int av_seek_frame(AVFormatContext *s, in
* @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);
More information about the ffmpeg-cvslog
mailing list