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

Function av_codec_is_decoder

libavcodec/utils.c:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int av_codec_is_decoder(const AVCodec *avcodec)
86{
87 const FFCodec *const codec = ffcodec(avcodec);
88 return codec && codec->is_decoder;
89}
90
91int ff_set_dimensions(AVCodecContext *s, int width, int height)
92{

Callers 9

find_probe_decoderFunction · 0.85
next_codec_for_idFunction · 0.85
choose_decoderFunction · 0.85
avcodec_send_packetFunction · 0.85
mpv_motion_internalFunction · 0.85
v4l2_configure_contextsFunction · 0.85
ff_codec_closeFunction · 0.85
mainFunction · 0.85

Calls 1

ffcodecFunction · 0.85

Tested by 1

mainFunction · 0.68