Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
int av_codec_is_decoder(const AVCodec *avcodec)
86
{
87
const FFCodec *const codec = ffcodec(avcodec);
88
return codec && codec->is_decoder;
89
}
90
91
int ff_set_dimensions(AVCodecContext *s, int width, int height)
92
{
Callers
9
find_probe_decoder
Function · 0.85
next_codec_for_id
Function · 0.85
choose_decoder
Function · 0.85
v4l2_get_framesize_compressed
Function · 0.85
avcodec_send_packet
Function · 0.85
mpv_motion_internal
Function · 0.85
v4l2_configure_contexts
Function · 0.85
ff_codec_close
Function · 0.85
main
Function · 0.85
Calls
1
ffcodec
Function · 0.85
Tested by
1
main
Function · 0.68