MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / free_frame

Function free_frame

src/platform/linux/graphics.cpp:992–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990} // namespace egl
991
992void free_frame(AVFrame *frame) {
993 av_frame_free(&frame);
994}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected