Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void 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
130
void av_bprint_chars(AVBPrint *buf, char c, unsigned n)
131
{
Callers
15
webm_dash_manifest_cues
Function · 0.85
ff_bprint_get_frame_filename
Function · 0.85
rtp_read_header
Function · 0.85
replace_str_data_in_filename
Function · 0.85
replace_int_data_in_filename
Function · 0.85
hls_delete_old_segments
Function · 0.85
set_vp9_codec_str
Function · 0.85
ff_make_codec_str
Function · 0.85
http_connect
Function · 0.85
x509_fingerprint
Function · 0.85
add_event
Function · 0.85
srt_read_header
Function · 0.85
Calls
1
av_vbprintf
Function · 0.85
Tested by
6
bprint_pascal
Function · 0.68
channel_layout_from_mask
Function · 0.68
channel_layout_from_string
Function · 0.68
describe_type
Function · 0.68
channel_layout_retype
Function · 0.68
main
Function · 0.68