mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avfilter/thumbnail_cuda: add cuda thumbnail filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
committed by
Timo Rothenpieler
parent
183fd30e0f
commit
21e077fcb3
@@ -326,6 +326,7 @@ static void register_all(void)
|
||||
REGISTER_FILTER(TELECINE, telecine, vf);
|
||||
REGISTER_FILTER(THRESHOLD, threshold, vf);
|
||||
REGISTER_FILTER(THUMBNAIL, thumbnail, vf);
|
||||
REGISTER_FILTER(THUMBNAIL_CUDA, thumbnail_cuda, vf);
|
||||
REGISTER_FILTER(TILE, tile, vf);
|
||||
REGISTER_FILTER(TINTERLACE, tinterlace, vf);
|
||||
REGISTER_FILTER(TLUT2, tlut2, vf);
|
||||
|
||||
Reference in New Issue
Block a user