]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_scale_npp.c
lavfi: Always propagate hw_frames_ctx through links
[ffmpeg] / libavfilter / vf_scale_npp.c
index 2fb4990953cb1dce6b6467d02213686509f2acd1..0e636a997d01f063388c75176a181f586f38c9c9 100644 (file)
@@ -657,4 +657,6 @@ AVFilter ff_vf_scale_npp = {
 
     .inputs    = nppscale_inputs,
     .outputs   = nppscale_outputs,
+
+    .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
 };