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

Method AddField

src/FrameMapper.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void FrameMapper::AddField(int64_t frame)
77{
78 // Add a field, and toggle the odd / even field
79 Field f = { frame, bool(field_toggle) };
80 AddField(f);
81}
82
83void FrameMapper::AddField(int64_t frame, bool isOdd)
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected