On 1/1/2015 5:49 PM, Anton Khirnov wrote:
> +        if (s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) {
> +            av_log(s, AV_LOG_ERROR,
> +                   "Use a strict_std_compliance setting of 'unofficial' or "
> +                   "smaller to force muxing anyway.\n");
> +            return AVERROR(EINVAL);
> +        }
> +        return 0;

Why allow it at all? It serves no purpose other than to make broken files.

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

Reply via email to