git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e66563a
)
vf_deinterlace_vaapi: Mark as hwframe-aware
author
Mark Thompson
<sw@jkqxz.net>
Sat, 1 Apr 2017 14:32:17 +0000
(15:32 +0100)
committer
Mark Thompson
<sw@jkqxz.net>
Sat, 1 Apr 2017 14:32:17 +0000
(15:32 +0100)
Commits
ade370a4
and
e3fb74f7
were reordered while merging, so this
change got lost.
libavfilter/vf_deinterlace_vaapi.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_deinterlace_vaapi.c
b/libavfilter/vf_deinterlace_vaapi.c
index
032e65b
..
91652d8
100644
(file)
--- a/
libavfilter/vf_deinterlace_vaapi.c
+++ b/
libavfilter/vf_deinterlace_vaapi.c
@@
-631,4
+631,5
@@
AVFilter ff_vf_deinterlace_vaapi = {
.inputs = deint_vaapi_inputs,
.outputs = deint_vaapi_outputs,
.priv_class = &deint_vaapi_class,
+ .flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};