mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
lavfi: add trim and atrim filters.
This commit is contained in:
@@ -51,6 +51,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(ASHOWINFO, ashowinfo, af);
|
||||
REGISTER_FILTER(ASPLIT, asplit, af);
|
||||
REGISTER_FILTER(ASYNCTS, asyncts, af);
|
||||
REGISTER_FILTER(ATRIM, atrim, af);
|
||||
REGISTER_FILTER(CHANNELMAP, channelmap, af);
|
||||
REGISTER_FILTER(CHANNELSPLIT, channelsplit, af);
|
||||
REGISTER_FILTER(JOIN, join, af);
|
||||
@@ -97,6 +98,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(SHOWINFO, showinfo, vf);
|
||||
REGISTER_FILTER(SPLIT, split, vf);
|
||||
REGISTER_FILTER(TRANSPOSE, transpose, vf);
|
||||
REGISTER_FILTER(TRIM, trim, vf);
|
||||
REGISTER_FILTER(UNSHARP, unsharp, vf);
|
||||
REGISTER_FILTER(VFLIP, vflip, vf);
|
||||
REGISTER_FILTER(YADIF, yadif, vf);
|
||||
|
||||
Reference in New Issue
Block a user