Commit fb96907b authored by Max Kellermann's avatar Max Kellermann

lib/ffmpeg/Filter: add missing include

parent 09ece262
...@@ -26,6 +26,8 @@ extern "C" { ...@@ -26,6 +26,8 @@ extern "C" {
#include <libavfilter/avfilter.h> #include <libavfilter/avfilter.h>
} }
#include <utility>
namespace Ffmpeg { namespace Ffmpeg {
class FilterInOut { class FilterInOut {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment