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

Function avcodec_is_open

libavcodec/avcodec.c:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705int avcodec_is_open(AVCodecContext *s)
706{
707 return !!s->internal;
708}
709
710int attribute_align_arg avcodec_receive_frame_flags(AVCodecContext *avctx,
711 AVFrame *frame, unsigned flags)

Callers 12

process_frameFunction · 0.85
update_stream_avctxFunction · 0.85
read_frame_internalFunction · 0.85
try_decode_frameFunction · 0.85
avcodec_send_frameFunction · 0.85
avcodec_receive_packetFunction · 0.85
avcodec_send_packetFunction · 0.85
avcodec_open2Function · 0.85
ff_codec_closeFunction · 0.85

Calls

no outgoing calls

Tested by 1

process_frameFunction · 0.68