diff options
author | James Almer <jamrial@gmail.com> | 2017-03-21 17:07:44 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-03-21 17:07:44 -0300 |
commit | fc9f14c7de5bff05bab6f7b258ca70b777ce04ed (patch) | |
tree | ba41f1c576849fd54e61ea064d886a134a5914cf /doc/APIchanges | |
parent | de36e98a16f495d051e301653115ebf99a7d7929 (diff) | |
parent | 8ea35af7620e4f73f9e8c072e1c0fac9a04ec161 (diff) | |
download | ffmpeg-fc9f14c7de5bff05bab6f7b258ca70b777ce04ed.tar.gz |
Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'
* commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161':
avio: add a new flag for marking streams seekable by timestamp
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index aadf164254..eccfb70899 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-03-21 - xxxxxxx - lavf 57.67.100 / 57.08.0 - avio.h + Add AVIO_SEEKABLE_TIME flag. + 2017-03-21 - xxxxxxx - lavf 57.66.105, lavc 57.83.101 - avformat.h, avcodec.h Deprecate AVFMT_FLAG_KEEP_SIDE_DATA. It will be ignored after the next major bump, and libavformat will behave as if it were always set. |