On 04/03/15 16:42, Diego Biurrun wrote:
> On Wed, Mar 04, 2015 at 12:33:31AM +0100, Thomas Volkert wrote:
>> --- /dev/null
>> +++ b/libavformat/rtpdec_vp9.c
>> @@ -0,0 +1,294 @@
>> +    if (has_ss_data) {
>> +        avpriv_report_missing_feature(ctx, "VP9 scalability structure 
>> data");
>> +        return AVERROR(ENOSYS);
>> +    }
>> +
>> +    if (has_su_data) {
>> +        avpriv_report_missing_feature(ctx, "VP9 scalability update 
>> structure data");
>> +        return AVERROR(ENOSYS);
>> +    }
> 
> So what is it going to be, ENOSYS or PATCHWELCOME?  I think we generally use
> the latter, but somebody recently suggested the former...

Just to make the amount of code less repetitive.

"is not implemented. Update your Libav "
           "version to the newest one from Git. If the problem still "
           "occurs, it means that your file has a feature which has not "
           "been implemented."

"Not yet implemented in Libav, patches welcome"

Probably we can rework it later, but that is not really related to this
patch.

Probably tonight I'll merge it with the vorbis ones.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to