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

Function decode_ctx

libavcodec/decode.c:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107} DecodeContext;
108
109static DecodeContext *decode_ctx(AVCodecInternal *avci)
110{
111 return (DecodeContext *)avci;
112}
113
114static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt)
115{

Callers 12

ff_decode_get_packetFunction · 0.85
decode_simple_internalFunction · 0.85
avcodec_send_packetFunction · 0.85
update_frame_propsFunction · 0.85
attach_post_process_dataFunction · 0.85
ff_decode_preinitFunction · 0.85
side_data_prefFunction · 0.85
ff_decode_flush_buffersFunction · 0.85
ff_decode_internal_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected