diff avformat.h @ 2203:a81bd08b5ff2 libavformat

* clarifying the AVInputFormat::read_seek return value * changing dv_read_seek() to return the proper value (patch by Maksym Veremeyenko)
author romansh
date Mon, 25 Jun 2007 02:08:04 +0000
parents 5336ab380173
children 0d93ef692caa
line wrap: on
line diff
--- a/avformat.h	Sun Jun 24 21:50:09 2007 +0000
+++ b/avformat.h	Mon Jun 25 02:08:04 2007 +0000
@@ -216,6 +216,7 @@
      * @param stream_index must not be -1
      * @param flags selects which direction should be preferred if no exact
      *              match is available
+     * @return >= 0 on success (but not necessarily the new offset)
      */
     int (*read_seek)(struct AVFormatContext *,
                      int stream_index, int64_t timestamp, int flags);