Am 12.06.19 um 10:01 schrieb Michael Niedermayer:
> On Wed, Jun 12, 2019 at 09:44:26AM +0200, Nomis101 🐝 wrote:
>> This patch will add support of the smpte2084 transfer function to
>> videotoolboxenc. kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ is
>> available on macOS 10.13 and up.
>> This i
On Wed, Jun 12, 2019 at 09:44:26AM +0200, Nomis101 🐝 wrote:
> This patch will add support of the smpte2084 transfer function to
> videotoolboxenc. kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ is available
> on macOS 10.13 and up.
> This is on the bug tracker at https://trac.ffmpeg.org/ticket/7
This patch will add support of the smpte2084 transfer function to
videotoolboxenc. kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ is available
on macOS 10.13 and up.
This is on the bug tracker at https://trac.ffmpeg.org/ticket/7953
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoo