File tree Expand file tree Collapse file tree 4 files changed +631
-0
lines changed Expand file tree Collapse file tree 4 files changed +631
-0
lines changed Original file line number Diff line number Diff line change @@ -3295,6 +3295,7 @@ transpose_npp_filter_deps="ffnvcodec libnpp"
3295
3295
overlay_cuda_filter_deps=" ffnvcodec"
3296
3296
overlay_cuda_filter_deps_any=" cuda_nvcc cuda_llvm"
3297
3297
sharpen_npp_filter_deps=" ffnvcodec libnpp"
3298
+ pad_npp_filter_deps=" ffnvcodec libnpp"
3298
3299
3299
3300
ddagrab_filter_deps=" d3d11va IDXGIOutput1 DXGI_OUTDUPL_FRAME_INFO"
3300
3301
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ OBJS-$(CONFIG_OVERLAY_VAAPI_FILTER) += vf_overlay_vaapi.o framesync.o v
415
415
OBJS-$(CONFIG_OVERLAY_VULKAN_FILTER) += vf_overlay_vulkan.o vulkan.o vulkan_filter.o
416
416
OBJS-$(CONFIG_OWDENOISE_FILTER) += vf_owdenoise.o
417
417
OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o
418
+ OBJS-$(CONFIG_PAD_NPP_FILTER) += vf_pad_npp.o
418
419
OBJS-$(CONFIG_PAD_OPENCL_FILTER) += vf_pad_opencl.o opencl.o opencl/pad.o
419
420
OBJS-$(CONFIG_PALETTEGEN_FILTER) += vf_palettegen.o palette.o
420
421
OBJS-$(CONFIG_PALETTEUSE_FILTER) += vf_paletteuse.o framesync.o palette.o
Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ extern const AVFilter ff_vf_overlay_vulkan;
391
391
extern const AVFilter ff_vf_overlay_cuda ;
392
392
extern const AVFilter ff_vf_owdenoise ;
393
393
extern const AVFilter ff_vf_pad ;
394
+ extern const AVFilter ff_vf_pad_npp ;
394
395
extern const AVFilter ff_vf_pad_opencl ;
395
396
extern const AVFilter ff_vf_palettegen ;
396
397
extern const AVFilter ff_vf_paletteuse ;
You can’t perform that action at this time.
0 commit comments