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

Function missing_feature_sample

libavutil/log.c:497–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497static void missing_feature_sample(int sample, void *avc, const char *msg,
498 va_list argument_list)
499{
500 av_vlog(avc, AV_LOG_WARNING, msg, argument_list);
501 av_log(avc, AV_LOG_WARNING, " is not implemented. Update your FFmpeg "
502 "version to the newest one from Git. If the problem still "
503 "occurs, it means that your file has a feature which has not "
504 "been implemented.\n");
505 if (sample)
506 av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
507 "of this file to https://streams.videolan.org/upload/ "
508 "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
509}
510
511void avpriv_request_sample(void *avc, const char *msg, ...)
512{

Callers 2

avpriv_request_sampleFunction · 0.85

Calls 2

av_vlogFunction · 0.85
av_logFunction · 0.85

Tested by

no test coverage detected