Browse Source

Revert "avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE"

This reverts commit 5bbf58ab87.

The setparams filters are not hwframe aware, so the default context
passthrough behaviour is needed to allow using them with hardware frames.
tags/n4.4
Mark Thompson 4 years ago
parent
commit
4fceb2634e
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/vf_setparams.c

+ 0
- 3
libavfilter/vf_setparams.c View File

@@ -169,7 +169,6 @@ AVFilter ff_vf_setparams = {
.priv_class = &setparams_class,
.inputs = inputs,
.outputs = outputs,
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};

#if CONFIG_SETRANGE_FILTER
@@ -209,7 +208,6 @@ AVFilter ff_vf_setrange = {
.priv_class = &setrange_class,
.inputs = inputs,
.outputs = outputs,
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};
#endif /* CONFIG_SETRANGE_FILTER */

@@ -244,6 +242,5 @@ AVFilter ff_vf_setfield = {
.priv_class = &setfield_class,
.inputs = inputs,
.outputs = outputs,
.flags_internal = FF_FILTER_FLAG_HWFRAME_AWARE,
};
#endif /* CONFIG_SETFIELD_FILTER */

Loading…
Cancel
Save