Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2017-07-17 17:38:18 +0300
committerNicolas George <george@nsup.org>2017-07-30 13:27:00 +0300
commita5e3b0c1934f76f21957d001853cf976a94da47b (patch)
treee22a893316e5e68cf1dddef1892aba9bd882c16d /libavfilter/maskedmerge.h
parent620608467f262a6941660e0dd27bdb73bb7fe847 (diff)
lavfi/vf_maskedmerge: move to "activate" design.
Diffstat (limited to 'libavfilter/maskedmerge.h')
-rw-r--r--libavfilter/maskedmerge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/maskedmerge.h b/libavfilter/maskedmerge.h
index 8e2b1cf676..3d670f6d5d 100644
--- a/libavfilter/maskedmerge.h
+++ b/libavfilter/maskedmerge.h
@@ -22,7 +22,7 @@
#define AVFILTER_MASKEDMERGE_H
#include "avfilter.h"
-#include "framesync.h"
+#include "framesync2.h"
typedef struct MaskedMergeContext {
const AVClass *class;