diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 19:13:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 20:39:09 +0200 |
| commit | f3e52bd763513190de60e7f6b68c50b34ab80fee (patch) | |
| tree | f55ecf3336d47e8f759d43c0918a38f4750164e1 /src/lib/filter.cc | |
| parent | 7544dc823a8d89083c8481e6dbcca095522c3097 (diff) | |
Hide some more FFmpeg warnings.v2.15.143
Diffstat (limited to 'src/lib/filter.cc')
| -rw-r--r-- | src/lib/filter.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/filter.cc b/src/lib/filter.cc index 1c1039065..5631af55a 100644 --- a/src/lib/filter.cc +++ b/src/lib/filter.cc @@ -25,9 +25,12 @@ #include "filter.h" +#include "warnings.h" +DCPOMATIC_DISABLE_WARNINGS extern "C" { #include <libavfilter/avfilter.h> } +DCPOMATIC_ENABLE_WARNINGS #include <iostream> #include "i18n.h" |
