mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avfilter/scale_cuda: add CUDA scale filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
parent
f1ab71b046
commit
921bd9a2be
6 changed files with 772 additions and 1 deletions
|
|
@ -278,6 +278,7 @@ static void register_all(void)
|
|||
REGISTER_FILTER(ROTATE, rotate, vf);
|
||||
REGISTER_FILTER(SAB, sab, vf);
|
||||
REGISTER_FILTER(SCALE, scale, vf);
|
||||
REGISTER_FILTER(SCALE_CUDA, scale_cuda, vf);
|
||||
REGISTER_FILTER(SCALE_NPP, scale_npp, vf);
|
||||
REGISTER_FILTER(SCALE_QSV, scale_qsv, vf);
|
||||
REGISTER_FILTER(SCALE_VAAPI, scale_vaapi, vf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue