summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-19 17:49:58 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-25 05:17:54 +0000
commitb263f8ffe7599d9cd27ec477a12700da8eb2790d (patch)
tree767e7de253a0b6ed3ef1b7e817b9b87f736d593f /doc
parent6ca11f7157d0ffd11ea9a4211b04981b46dc75d6 (diff)
lavf: add AVFormatContext.max_ts_probe
It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 14ec297f16..0ea02ff34e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-08-xx - xxxxxxx - lavf 56.03.0 - avformat.h
+ Add AVFormatContext.max_ts_probe.
+
2014-08-13 - 8ddc326 - lavu 54.03.0 - mem.h
Add av_strndup().