Hi,

Apologies if this comes through as HTML. I am internet-less and
using the Gmail web interface.

On Wed, Jul 8, 2015 at 11:54 PM, Steve Borho <st...@borho.org> wrote:
> The range extension profiles have been fully ratified so there
> is no reason to require -strict experimental for them. However
> Main12 support in x265 is experimental so I check for that
> instead.

[...]

> -    if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL &&
> -        !av_pix_fmt_desc_get(avctx->pix_fmt)->log2_chroma_w) {
> +    if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL && 
> ctx->api->bit_depth == 12) {

Style nit: Add a break like it previously had.

Also, do you need an API bump in configure for this?

Rest LGTM.

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to