Hi Andreas, Thank you for the review. On Fri, Dec 8, 2023 at 8:25 PM Andreas Rheinhardt < [email protected]> wrote:
> > > Missing allocation check. > done. > > > We know that sps and ps->sps_list[sps_id] don't coincide, so the latter > will always be unreferenced. So you might just as well use one of these: > > ff_refstruct_unref(&ps->sps_list[sps_id]); > ps->sps_list[sps_id] = sps; > done for sps and pps. > > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
