mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avfilter/vf_shuffleplanes: add support for timeline
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2d7ba3a96f
commit
309fce63d8
@ -158,10 +158,9 @@ static const AVFilterPad shuffleplanes_outputs[] = {
|
||||
AVFilter ff_vf_shuffleplanes = {
|
||||
.name = "shuffleplanes",
|
||||
.description = NULL_IF_CONFIG_SMALL("Shuffle video planes."),
|
||||
|
||||
.priv_size = sizeof(ShufflePlanesContext),
|
||||
.priv_class = &shuffleplanes_class,
|
||||
|
||||
.inputs = shuffleplanes_inputs,
|
||||
.outputs = shuffleplanes_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user