diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-09-27 15:44:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-09-30 16:55:45 +0200 |
commit | 8ea35af7620e4f73f9e8c072e1c0fac9a04ec161 (patch) | |
tree | da2d061e034641f00bf07954247dc57a99f50b49 /doc | |
parent | 75c1db6152c7c90c7ce28c9adb945028e5512c4f (diff) | |
download | ffmpeg-streaming-8ea35af7620e4f73f9e8c072e1c0fac9a04ec161.zip ffmpeg-streaming-8ea35af7620e4f73f9e8c072e1c0fac9a04ec161.tar.gz |
avio: add a new flag for marking streams seekable by timestamp
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 d0ffca2..6fd3959 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavf 57.08.0 - avio.h + Add AVIO_SEEKABLE_TIME flag. + 2016-xx-xx - xxxxxxx - lavu 55.22.0 - pixfmt.h Add AV_PIX_FMT_YUV(420,422,444)P12. |