diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-10 14:28:34 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-10 14:28:34 +0200 |
commit | 5482780a3b6ef0a8934cf29aa7e2f1ef7ccb701e (patch) | |
tree | 3f384b4cb2992a5dae974e9357715bdc28429648 /doc | |
parent | 2351ea8a2e8c1ce74c87c8d48494dc2dd4b53ded (diff) | |
download | ffmpeg-5482780a3b6ef0a8934cf29aa7e2f1ef7ccb701e.tar.gz |
Allow values >31bit for -analyzeduration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 295aed18a8..11027ef0d9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-06-10 - xxxxxxx - lavf 55.43.100 - avformat.h + New field int64_t max_analyze_duration2 instead of deprecated + int max_analyze_duration. + 2014-05-30 - xxxxxxx - lavu 52.89.100 - opt.h Add av_opt_copy() |