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

Function avpriv_codec_get_cap_skip_frame_fill_param

libavcodec/utils.c:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401
402int avpriv_codec_get_cap_skip_frame_fill_param(const AVCodec *codec){
403 return !!(ffcodec(codec)->caps_internal & FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM);
404}
405
406const char *avcodec_get_name(enum AVCodecID id)
407{

Callers 1

try_decode_frameFunction · 0.85

Calls 1

ffcodecFunction · 0.85

Tested by

no test coverage detected