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

Function FFMS_FreeIndexBuffer

src/core/ffms.cpp:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411FFMS_API(void) FFMS_FreeIndexBuffer(uint8_t **BufferPtr) {
412 av_freep(BufferPtr);
413}
414
415FFMS_API(int) FFMS_GetPixFmt(const char *Name) {
416 return av_get_pix_fmt(Name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected