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.c
diff --git
a/libavfilter/vf_hwupload.c
b/libavfilter/vf_hwupload.c
index
8c43e00
..
8cca9f4
100644
(file)
--- a/
libavfilter/vf_hwupload.c
+++ b/
libavfilter/vf_hwupload.c
@@
-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,
};