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_scale_vaapi.c
diff --git
a/libavfilter/vf_scale_vaapi.c
b/libavfilter/vf_scale_vaapi.c
index
67648a9
..
50be68e
100644
(file)
--- a/
libavfilter/vf_scale_vaapi.c
+++ b/
libavfilter/vf_scale_vaapi.c
@@
-463,4
+463,5
@@
AVFilter ff_vf_scale_vaapi = {
.inputs = scale_vaapi_inputs,
.outputs = scale_vaapi_outputs,
.priv_class = &scale_vaapi_class,
+ .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};