avfilter: add AVFILTER_FLAG_METADATA_ONLY

This flag allows distinguishing between filters that actually modify the
data and those that only modify metadata or gather some stream
information.
This commit is contained in:
Anton Khirnov
2021-11-22 14:39:11 +01:00
parent 944c34a94c
commit b9c928a486
60 changed files with 116 additions and 26 deletions

View File

@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
Add AVFILTER_FLAG_METADATA_ONLY.
2021-12-03 - xxxxxxxxxx - lavu 57.10.100 - frame.h
Add AVFrame.time_base