MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / DiracFreeFrame

Function DiracFreeFrame

libavcodec/libdiracenc.c:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220static void DiracFreeFrame(void *data)
221{
222 FfmpegDiracSchroEncodedFrame *enc_frame = data;
223
224 av_freep(&(enc_frame->p_encbuf));
225 av_free(enc_frame);
226}
227
228static int libdirac_encode_frame(AVCodecContext *avccontext,
229 unsigned char *frame,

Callers 1

libdirac_encode_frameFunction · 0.85

Calls 2

av_freepFunction · 0.85
av_freeFunction · 0.85

Tested by

no test coverage detected