mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-12 08:30:52 +01:00
This is a more appropriate place for this code, since the values we read from AV_PKT_DATA_QUALITY_STATS side data are primarily written into video stats. This ensures that the values written into stats actually apply to the right packet. Rename the function to update_video_stats() to better reflect its new purpose.