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...

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

Reply via email to