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

Function SampleStartComp

src/core/audiosource.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373static bool SampleStartComp(const FrameInfo &a, const FrameInfo &b) {
374 return a.SampleStart < b.SampleStart;
375}
376
377void FFMS_AudioSource::GetAudio(void *Buf, int64_t Start, int64_t Count) {
378 if (Start < 0 || Start + Count > AP.NumSamples || Count < 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected