diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-08-29 00:10:34 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-08-29 00:10:34 +0200 |
commit | 7528fdcda32d6c4e1d056878344dc4b22c3ac93d (patch) | |
tree | 61bd63c5bfb712001ace6a7266b853d98ae9ffd0 /doc | |
parent | 083f0580241ce288e7aeeb79880eb08d6f2ebb10 (diff) | |
download | ffmpeg-7528fdcda32d6c4e1d056878344dc4b22c3ac93d.tar.gz |
doc/APIchanges: add missing entry for av_format_probe_score() function addition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1ea2bd6ab3..c4255bc730 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-08-29 - e31db62 - lavf 55.15.100 - avformat.h + Add av_format_get_probe_score(). + 2013-08-xx - xxxxxxx - lsws 2.5.100 - Add a sws_dither AVOption, allowing to set the dither algorithm used |