summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-15 18:38:06 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-17 17:18:01 +0200
commit21566b21d57ec9d8b0a40160e3e19c6970a813f7 (patch)
tree31382004b06736b0ca48010aca04601c7c3eb81c /libavfilter/allfilters.c
parent84170d4be053a4c7901965fe1977970b5c5e85e5 (diff)
downloadffmpeg-streaming-21566b21d57ec9d8b0a40160e3e19c6970a813f7.zip
ffmpeg-streaming-21566b21d57ec9d8b0a40160e3e19c6970a813f7.tar.gz
avfilter: add scale2ref filter
This filter can be used to scale one stream to match another or based on another, useful to scale subtitles or other things to be overlayed Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 2900e88..ce51382 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -211,6 +211,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(ROTATE, rotate, vf);
REGISTER_FILTER(SAB, sab, vf);
REGISTER_FILTER(SCALE, scale, vf);
+ REGISTER_FILTER(SCALE2REF, scale2ref, vf);
REGISTER_FILTER(SELECT, select, vf);
REGISTER_FILTER(SENDCMD, sendcmd, vf);
REGISTER_FILTER(SEPARATEFIELDS, separatefields, vf);
OpenPOWER on IntegriCloud