]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hwupload.c
lavfi: Always propagate hw_frames_ctx through links
[ffmpeg] / libavfilter / vf_hwupload.c
index 8c43e0080d9251ad878b437a2ec134ee69b89ff3..8cca9f42e2f7b2bb6ba9995f55f6d6eaf16c562f 100644 (file)
@@ -233,4 +233,5 @@ AVFilter ff_vf_hwupload = {
     .priv_class    = &hwupload_class,
     .inputs        = hwupload_inputs,
     .outputs       = hwupload_outputs,
+    .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
 };