MCPcopy 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
290static 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

AVCodecInitializeFunction · 0.85
frame_worker_threadFunction · 0.85
ff_frame_thread_freeFunction · 0.85
ff_frame_thread_initFunction · 0.85
init_context_defaultsFunction · 0.85
av_codec_is_encoderFunction · 0.85
av_codec_is_decoderFunction · 0.85
avcodec_get_hw_configFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68