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

Function encode_ctx

libavcodec/encode.c:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54} EncodeContext;
55
56static EncodeContext *encode_ctx(AVCodecInternal *avci)
57{
58 return (EncodeContext*)avci;
59}
60
61int ff_alloc_packet(AVCodecContext *avctx, AVPacket *avpkt, int64_t size)
62{

Callers 4

pad_last_frameFunction · 0.85
ff_encode_preinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected