git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi: Always propagate hw_frames_ctx through links
[ffmpeg.git]
/
libavfilter
/
vf_hwupload_cuda.c
diff --git
a/libavfilter/vf_hwupload_cuda.c
b/libavfilter/vf_hwupload_cuda.c
index
0ab5276
..
94d5013
100644
(file)
--- a/
libavfilter/vf_hwupload_cuda.c
+++ b/
libavfilter/vf_hwupload_cuda.c
@@
-230,4
+230,6
@@
AVFilter ff_vf_hwupload_cuda = {
.inputs = cudaupload_inputs,
.outputs = cudaupload_outputs,
+
+ .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};