]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_scale_npp.c
avcodec/packet_internal: move the next pointer in PacketList to the top of the struct
[ffmpeg] / libavfilter / vf_scale_npp.c
index 09c3d51727ab6b7fd37dd88fb15af670439cd903..8d2ad3aab70c94f935891b5248bfa1117665eb3e 100644 (file)
@@ -37,7 +37,7 @@
 #include "avfilter.h"
 #include "formats.h"
 #include "internal.h"
-#include "scale.h"
+#include "scale_eval.h"
 #include "video.h"
 
 #define CHECK_CU(x) FF_CUDA_CHECK_DL(ctx, device_hwctx->internal->cuda_dl, x)
@@ -591,7 +591,7 @@ static const AVFilterPad nppscale_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_scale_npp = {
+const AVFilter ff_vf_scale_npp = {
     .name      = "scale_npp",
     .description = NULL_IF_CONFIG_SMALL("NVIDIA Performance Primitives video "
                                         "scaling and format conversion"),