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

Function ff_codec_is_decoder

libavcodec/codec_internal.h:309–313  ·  view source on GitHub ↗

* Internal version of av_codec_is_decoder(). Must not be called with * a NULL AVCodec*. */

Source from the content-addressed store, hash-verified

307 * a NULL AVCodec*.
308 */
309static inline int ff_codec_is_decoder(const AVCodec *avcodec)
310{
311 const FFCodec *const codec = ffcodec(avcodec);
312 return codec->is_decoder;
313}
314
315/**
316 * Default implementation for avcodec_get_supported_config(). Will return the

Callers 4

get_categoryFunction · 0.85
ff_get_bufferFunction · 0.85
avcodec_open2Function · 0.85

Calls 1

ffcodecFunction · 0.85

Tested by

no test coverage detected