Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #237942

Category ffmpeg
Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
Changed at Sat 28 Jun 2025 15:16:45
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 7d384869751b45d4d057df67dde9050a82590a6e

Comments

avcodec/vvc/refs: remove early return
The ret value is checked later on again, so this check
is redundant and would cause the frame to not be unrefd on
failure as well.

So remove this check and add one before av_frame_remove_side_data
to ensure it is not called with an invalid frame.

Fix CID 1648350

Reviewed-by: Frank Plowman <post@frankplowman.com>

Changed files