Skip to content

gallium: add new variable for video frame statistics

Thong Thai requested to merge thongthai/mesa:fix_encode_stats into main

Video encoder previously reuses the associated_data variable to output encoding statistics, but it ended up breaking when transcoding. This commit adds a new variable just for statistics.

Fixes: 2d1bd619 ("frontends/va: add ability for encoder to output statistics") Signed-off-by: Thong Thai thong.thai@amd.com

Merge request reports