From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3B890429CB for ; Wed, 11 May 2022 15:03:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8344768B404; Wed, 11 May 2022 18:03:07 +0300 (EEST) Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D76A68B39E for ; Wed, 11 May 2022 18:03:01 +0300 (EEST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1652281380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dZ70iiapymhLFYy5fDjm0K7cOp81d6gQ+fcIs758024=; b=lcCX9iNbHSaLDn8J0nlRo/Jj5cKfh4/JcTgd1tVPzJiCN5EEIM5PucRQT0UbfldjwH5XpF lQrjIuxXUSv1vDSgtEoDzihuoYFK0pmGZMLKxUyWt7KZ7Jw7yEijt4XW+f7AU8FxfJkEaJ wICBgFjfuXOsYDXu+nSwWPfFhZ1HntJmdy/K9IpAoeT0OJs7wt8s8gU5uriJhimj7VzHho 9z28TGD+4cJwN74aWBa04q6tNhLhBs2CKdIJvR6fvriPDj3LKc7DWteLABLcaw9KA14Qsn 7jFmjaSAzIhYBQXmjHvywLINE+bcgMEzGyrIgcUUjvx74v5reDiFGTyatYpV3A== Date: Thu, 12 May 2022 01:02:57 +1000 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220424101409.95486-1-zane@zanevaniperen.com> <20220424101409.95486-2-zane@zanevaniperen.com> <165227000053.13099.17493389674262490631@lain> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: <165227000053.13099.17493389674262490631@lain> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: Re: [FFmpeg-devel] [PATCH v2 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".