On Wed, May 11, 2022 at 8:03 AM Zane van Iperen <[email protected]> wrote: > > > > On 11/5/22 21:53, Anton Khirnov wrote: > > Quoting Zane van Iperen (2022-04-24 12:14:03) > >> +void av_uuid_nil_set(AVUUID uu) > > ^^^^^^^ > > sounds weird > > > > av_uuid_zero()? > > av_uuid_reset()? > > > > Good point, `av_uuid_zero()` has a nice ring to it.
I think we should keep `nil` in the name since the _nil UUID_ has a special meaning in RFC 4122. have proposed av_uuid_nil() in v3 of the patchset. > _______________________________________________ > 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". _______________________________________________ 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".
