Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ffcodec
Function
ffcodec
libavcodec/codec_internal.h:290–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
} FFCodec;
289
290
static av_always_inline const FFCodec *ffcodec(const AVCodec *codec)
291
{
292
return (const FFCodec*)codec;
293
}
294
295
/**
296
* Internal version of av_codec_is_encoder(). Must not be called with
Callers
15
AVCodecInitialize
Function · 0.85
frame_worker_thread
Function · 0.85
update_context_from_thread
Function · 0.85
ff_frame_thread_free
Function · 0.85
ff_frame_thread_init
Function · 0.85
ff_thread_can_start_frame
Function · 0.85
thread_get_buffer_internal
Function · 0.85
init_context_defaults
Function · 0.85
av_codec_is_encoder
Function · 0.85
av_codec_is_decoder
Function · 0.85
avpriv_codec_get_cap_skip_frame_fill_param
Function · 0.85
avcodec_get_hw_config
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68