diff options
author | Nicolas George <george@nsup.org> | 2017-08-31 19:47:37 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-09-12 11:03:51 +0200 |
commit | 5f5dcf44e3c40da8c2334b9d2e62f30739d644c0 (patch) | |
tree | 54f67261180b1b02ed30e2e0995525d4ba725acc /libavfilter/maskedmerge.h | |
parent | 1b8e061cc574d7d5ce7def14c5648eaef07d9187 (diff) | |
download | ffmpeg-5f5dcf44e3c40da8c2334b9d2e62f30739d644c0.tar.gz |
lavfi: rename framesync2 to framesync.
Diffstat (limited to 'libavfilter/maskedmerge.h')
-rw-r--r-- | libavfilter/maskedmerge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/maskedmerge.h b/libavfilter/maskedmerge.h index 3d670f6d5d..8e2b1cf676 100644 --- a/libavfilter/maskedmerge.h +++ b/libavfilter/maskedmerge.h @@ -22,7 +22,7 @@ #define AVFILTER_MASKEDMERGE_H #include "avfilter.h" -#include "framesync2.h" +#include "framesync.h" typedef struct MaskedMergeContext { const AVClass *class; |