MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / sort_effects

Method sort_effects

src/Clip.cpp:1215–1219  ·  view source on GitHub ↗

Sort effects by order

Source from the content-addressed store, hash-verified

1213
1214// Sort effects by order
1215void Clip::sort_effects()
1216{
1217 // sort clips
1218 effects.sort(CompareClipEffects());
1219}
1220
1221// Add an effect to the clip
1222void Clip::AddEffect(EffectBase* effect)

Callers

nothing calls this directly

Calls 1

CompareClipEffectsClass · 0.85

Tested by

no test coverage detected