avfilter: add streamselect and astreamselect filter
Signed-off-by: Clément Bœsch <u@pkh.me> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -78,6 +78,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(ASHOWINFO, ashowinfo, af);
|
||||
REGISTER_FILTER(ASPLIT, asplit, af);
|
||||
REGISTER_FILTER(ASTATS, astats, af);
|
||||
REGISTER_FILTER(ASTREAMSELECT, astreamselect, af);
|
||||
REGISTER_FILTER(ASYNCTS, asyncts, af);
|
||||
REGISTER_FILTER(ATEMPO, atempo, af);
|
||||
REGISTER_FILTER(ATRIM, atrim, af);
|
||||
@@ -257,6 +258,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(SPP, spp, vf);
|
||||
REGISTER_FILTER(SSIM, ssim, vf);
|
||||
REGISTER_FILTER(STEREO3D, stereo3d, vf);
|
||||
REGISTER_FILTER(STREAMSELECT, streamselect, vf);
|
||||
REGISTER_FILTER(SUBTITLES, subtitles, vf);
|
||||
REGISTER_FILTER(SUPER2XSAI, super2xsai, vf);
|
||||
REGISTER_FILTER(SWAPUV, swapuv, vf);
|
||||
|
Reference in New Issue
Block a user