avformat: add a stream event flag for new packets

This commit is contained in:
Anton Khirnov
2020-10-25 15:50:30 +01:00
parent 201b1246e2
commit f95d9510ff
4 changed files with 12 additions and 1 deletions

View File

@ -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.