diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-04-06 01:45:37 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-04-07 12:36:11 +0200 |
commit | 27f274628234c1f934b9a6a6380ed567c1b4ceae (patch) | |
tree | 647efad34e75a371f43d71470c08eac773b4aa19 /doc | |
parent | 108f2f381acb93827fb4add0517eeae859afa3bf (diff) | |
download | ffmpeg-27f274628234c1f934b9a6a6380ed567c1b4ceae.tar.gz |
parseutils: Make av_small_strptime public
And use it in libavformat.
Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
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 75eb66b4d1..35830f8278 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - xxxxxxx - lavu 54.11.0 + Add av_small_strptime(). + 2015-xx-xx - xxxxxxx - lavc 56.22.0 Add FF_PROFILE_DTS_EXPRESS. |