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

Function avpriv_request_sample

libavutil/log.c:511–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void avpriv_request_sample(void *avc, const char *msg, ...)
512{
513 va_list argument_list;
514
515 va_start(argument_list, msg);
516 missing_feature_sample(1, avc, msg, argument_list);
517 va_end(argument_list);
518}
519
520void avpriv_report_missing_feature(void *avc, const char *msg, ...)
521{

Callers 15

msf_read_headerFunction · 0.85
read_headerFunction · 0.85
alp_read_headerFunction · 0.85
oma_read_headerFunction · 0.85
mov_read_mdhdFunction · 0.85
mov_finalize_stsd_codecFunction · 0.85
get_edit_list_entryFunction · 0.85
mov_build_indexFunction · 0.85
mov_read_sidxFunction · 0.85
get_aiff_headerFunction · 0.85
dcstr_read_headerFunction · 0.85

Calls 1

missing_feature_sampleFunction · 0.85

Tested by

no test coverage detected