diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-09-15 17:36:38 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-09-15 18:02:51 +0200 |
commit | b290972b8ff82272d4905166f8f0cbb3a6c49ff8 (patch) | |
tree | b663c23b159fae9c661875cea8165af8c2e51994 /doc | |
parent | c311713ca99cb0556609972ba60d3634dc96c7a0 (diff) | |
download | ffmpeg-b290972b8ff82272d4905166f8f0cbb3a6c49ff8.tar.gz |
lavf: Switch probesize and max_analyze_duration to 64bit.
Both are only accessible through AVOptions.
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 7cde366b08..728c75677c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-09-15 - lavf 57.2.100 - avformat.h + probesize and max_analyze_duration switched to 64bit, both + are only accessible through AVOptions + 2015-09-15 - lavf 57.1.100 - avformat.h bit_rate was changed to 64bit, make sure you update any printf() or other type sensitive code |