lavfi: add a flag for filters able to work with hw_device_ctx

This way the caller can set it just on the filters that can make use of
it.
This commit is contained in:
Anton Khirnov 2023-03-15 18:57:36 +01:00
parent 30cea1d39b
commit 632c349931
32 changed files with 55 additions and 13 deletions

View file

@ -31,7 +31,7 @@
#include "version_major.h"
#define LIBAVFILTER_VERSION_MINOR 4
#define LIBAVFILTER_VERSION_MINOR 5
#define LIBAVFILTER_VERSION_MICRO 100