MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFMS_GetVideoProperties

Function FFMS_GetVideoProperties

src/core/ffms.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V) {
133 return &V->GetVideoProperties();
134}
135
136FFMS_API(const FFMS_AudioProperties *) FFMS_GetAudioProperties(FFMS_AudioSource *A) {
137 return &A->GetAudioProperties();

Callers 9

DoIndexingMethod · 0.85
DoIndexingMethod · 0.85
DoIndexingMethod · 0.85
GetVSFrameMethod · 0.85
VSVideoSource4Method · 0.85
AvisynthVideoSourceMethod · 0.85
InitOutputFormatMethod · 0.85
GetFrameMethod · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected