[FFmpeg-cvslog] r14685 - in trunk/libavcodec: avcodec.h utils.c

Måns Rullgård mans
Mon Aug 11 00:31:21 CEST 2008


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> On date Sunday 2008-08-10 22:29:43 +0200, superdump wrote:
>> +void av_log_missing_feature(void *avc, const char *feature, int want_sample)
>> +{
>> +    av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg "
>> +            "version to the newest one from SVN. If the problem still "
>> +            "occurs, it means that your file has a feature which has not "
>> +            "been implemented.", feature);
>> +    if(want_sample)
>> +        av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample "
>> +                "of this file to ftp://upload.mplayerhq.hu/MPlayer/incoming/ "
>> +                "and contact the FFmpeg-devel mailing list.");
>> +    av_log(avc, AV_LOG_WARNING, "\n");
>> +}
>
> It's adding a new function to the public API, so it should also bump
> lavc minor version.

Why is that function public?  It doesn't make sense for something
external to call it.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list