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

Function av_bprintf

libavutil/bprint.c:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void av_bprintf(AVBPrint *buf, const char *fmt, ...)
123{
124 va_list vl;
125 va_start(vl, fmt);
126 av_vbprintf(buf, fmt, vl);
127 va_end(vl);
128}
129
130void av_bprint_chars(AVBPrint *buf, char c, unsigned n)
131{

Callers 15

webm_dash_manifest_cuesFunction · 0.85
rtp_read_headerFunction · 0.85
hls_delete_old_segmentsFunction · 0.85
set_vp9_codec_strFunction · 0.85
ff_make_codec_strFunction · 0.85
http_connectFunction · 0.85
x509_fingerprintFunction · 0.85
add_eventFunction · 0.85
srt_read_headerFunction · 0.85

Calls 1

av_vbprintfFunction · 0.85

Tested by 6

bprint_pascalFunction · 0.68
channel_layout_from_maskFunction · 0.68
describe_typeFunction · 0.68
channel_layout_retypeFunction · 0.68
mainFunction · 0.68