[FFmpeg-devel] [PATCH 1/3] libavutil: AVEncodeInfo data structures
Nicolas George
george at nsup.org
Sat Aug 24 15:37:49 EEST 2019
Juan De León (12019-08-23):
> 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 for each block in the
> frame.
> Can be extended to support extraction of other block information.
>
> Signed-off-by: Juan De León <juandl at google.com>
> ---
> libavutil/Makefile | 2 +
> libavutil/encode_info.c | 72 ++++++++++++++++++++++++++
> libavutil/encode_info.h | 110 ++++++++++++++++++++++++++++++++++++++++
> libavutil/frame.c | 1 +
> libavutil/frame.h | 7 +++
> 5 files changed, 192 insertions(+)
> create mode 100644 libavutil/encode_info.c
> create mode 100644 libavutil/encode_info.h
I have no more comments. Thanks for you efforts.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190824/5f03f0fc/attachment.sig>
More information about the ffmpeg-devel
mailing list