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

Function av_opt_set_sample_fmt

libavutil/opt.c:979–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979int av_opt_set_sample_fmt(void *obj, const char *name, enum AVSampleFormat fmt, int search_flags)
980{
981 return set_format(obj, name, fmt, search_flags, AV_OPT_TYPE_SAMPLE_FMT, "sample", AV_SAMPLE_FMT_NB);
982}
983
984int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val,
985 int search_flags)

Callers 3

config_audio_outputFunction · 0.85
open_audioFunction · 0.85
mainFunction · 0.85

Calls 1

set_formatFunction · 0.85

Tested by

no test coverage detected