mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
vf_deinterlace_vaapi: Mark as hwframe-aware
Commitsade370a4ande3fb74f7were reordered while merging, so this change got lost.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user