Re: [FFmpeg-devel] [PATCH 4/4] libavutil: AVEncodeInfo data structures

2020-03-01 Thread Asaf Kave
On Sat, Feb 29, 2020 at 2:23 PM Michael Niedermayer wrote: > From: Juan De León > > AVEncodeInfoFrame data structure to store as AVFrameSideData of type > AV_FRAME_DATA_ENCODE_INFO. > The structure stores quantization index for each plane, DC/AC deltas > for luma and chroma planes, and an array

[FFmpeg-devel] [PATCH 4/4] libavutil: AVEncodeInfo data structures

2020-02-29 Thread Michael Niedermayer
From: Juan De León AVEncodeInfoFrame data structure to store as AVFrameSideData of type AV_FRAME_DATA_ENCODE_INFO. The structure stores quantization index for each plane, DC/AC deltas for luma and chroma planes, and an array of AVEncodeInfoBlock type denoting position, size, and delta quantizer f