Hi Andreas, Thank you for the review. On Fri, Dec 8, 2023 at 8:25 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> 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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".