[FFmpeg-devel] [PATCH 3/4 v2] avcodec/libx265: export encoded frame stats

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Dec 31 01:06:19 EET 2019


On 30/12/2019 19:20, James Almer wrote:
> +    ff_side_data_set_encoder_stats(pkt, x265pic_out.frameData.qp * FF_QP2LAMBDA, NULL, 0, pict_type);

Does multiplying by FF_QP2LAMBDA even make sense here? That contsant
is for H.263's QP scale, not HEVC's.

- Derek


More information about the ffmpeg-devel mailing list