diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-10-25 15:50:30 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-10-28 13:58:29 +0100 |
commit | f95d9510ff50ab76f310f4ad2e6471e11275b2ff (patch) | |
tree | 60d8ff7469d1ef6885889f87eb4969a6925663c8 /doc/APIchanges | |
parent | 201b1246e23671d54287234b525f58bef900baef (diff) | |
download | ffmpeg-f95d9510ff50ab76f310f4ad2e6471e11275b2ff.tar.gz |
avformat: add a stream event flag for new packets
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 f2830968bb..c00f103bab 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-xx-xx - xxxxxxxxxx - lavf 58.64.100 - avformat.h + Add AVSTREAM_EVENT_FLAG_NEW_PACKETS. + 2020-xx-xx - xxxxxxxxxx - lavu 56.60.100 - buffer.h Add a av_buffer_replace() convenience function. |