Re: [FFmpeg-devel] [PATCH] libaomenc: enable 8, 10 and 12 bit RGB encoding

2020-07-17 Thread Lynne
Jul 17, 2020, 02:12 by jamr...@gmail.com: > On 7/16/2020 7:46 AM, Lynne wrote: > >> -codecctl_int(avctx, AV1E_SET_COLOR_PRIMARIES, avctx->color_primaries); >> -codecctl_int(avctx, AV1E_SET_MATRIX_COEFFICIENTS, avctx->colorspace); >> -codecctl_int(avctx, AV1E_SET_TRANSFER_CHARACTERISTI

Re: [FFmpeg-devel] [PATCH] libaomenc: enable 8, 10 and 12 bit RGB encoding

2020-07-16 Thread James Almer
On 7/16/2020 7:46 AM, Lynne wrote: > RGB pixel formats are one occasion where by pixel format we mean > pixel format, primaries, transfer characteristic, and matrix coeffs, > so we have to manually set them as they're set to unspecified by > default, despite there only being a single possible comb

[FFmpeg-devel] [PATCH] libaomenc: enable 8, 10 and 12 bit RGB encoding

2020-07-16 Thread Lynne
RGB pixel formats are one occasion where by pixel format we mean pixel format, primaries, transfer characteristic, and matrix coeffs, so we have to manually set them as they're set to unspecified by default, despite there only being a single possible combination. Patch attached. >From 83652d61b7