From 748d4816d92c735f662c7ac299e79ff0f6fe252e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 22 Apr 2015 12:24:41 +0200 Subject: avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 Signed-off-by: Michael Niedermayer --- doc/APIchanges | 4 ++++ doc/formats.texi | 2 ++ 2 files changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index b422e290b8..b65fd6234b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - xxxxxxx - lavf 56.xx.xxx - avformat.h + Add AVFMT_FLAG_FAST_SEEK flag. Some formats (initially mp3) use it to enable + fast, but inaccurate seeking. + 2015-xx-xx - xxxxxxx - lavu 54.12.0 Add AV_LOG_TRACE for extremely verbose debugging. diff --git a/doc/formats.texi b/doc/formats.texi index cbbdc1032c..aa39d4bdef 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -37,6 +37,8 @@ Possible values: @table @samp @item ignidx Ignore index. +@item fastseek +Enable fast, but inaccurate seeks for some formats. @item genpts Generate PTS. @item nofillin -- cgit v1.2.3