mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 21:34:01 +08:00
lavfi: add spp filter.
This commit is contained in:
@@ -177,6 +177,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(SHOWINFO, showinfo, vf);
|
||||
REGISTER_FILTER(SMARTBLUR, smartblur, vf);
|
||||
REGISTER_FILTER(SPLIT, split, vf);
|
||||
REGISTER_FILTER(SPP, spp, vf);
|
||||
REGISTER_FILTER(STEREO3D, stereo3d, vf);
|
||||
REGISTER_FILTER(SUBTITLES, subtitles, vf);
|
||||
REGISTER_FILTER(SUPER2XSAI, super2xsai, vf);
|
||||
|
||||
Reference in New Issue
Block a user