]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
Merge commit 'f3b4a92241a33d444f7f6018ebc12e2e3a2d335f'
[ffmpeg] / libavformat / internal.h
index f90df90242159f1b90e0093e1e90163202ae4ed4..1190dbdf602dae3e30cb2e4613e32414e87be244 100644 (file)
@@ -254,6 +254,8 @@ int ff_add_index_entry(AVIndexEntry **index_entries,
                        unsigned int *index_entries_allocated_size,
                        int64_t pos, int64_t timestamp, int size, int distance, int flags);
 
+void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
+
 /**
  * Add a new chapter.
  *