Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ av_codec_is_encoder
Function
av_codec_is_encoder
libavcodec/utils.c:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
int av_codec_is_encoder(const AVCodec *avcodec)
80
{
81
const FFCodec *const codec = ffcodec(avcodec);
82
return codec && !codec->is_decoder;
83
}
84
85
int av_codec_is_decoder(const AVCodec *avcodec)
86
{
Callers
8
print_codec
Function · 0.85
next_codec_for_id
Function · 0.85
avcodec_send_frame
Function · 0.85
avcodec_receive_packet
Function · 0.85
avcodec_flush_buffers
Function · 0.85
ff_codec_close
Function · 0.85
init_prec
Function · 0.85
main
Function · 0.85
Calls
1
ffcodec
Function · 0.85
Tested by
1
main
Function · 0.68