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 0C3934213C for ; Wed, 23 Feb 2022 10:40:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 38FE468B2AD; Wed, 23 Feb 2022 12:40:40 +0200 (EET) Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E82F8680BC7 for ; Wed, 23 Feb 2022 12:40:33 +0200 (EET) Message-ID: <458a9d25-b116-8fbf-5c22-86440e109a85@zanevaniperen.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1645612833; 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=ALPijJLGebdoSM81+v1C4ZCwa53MZd4XPjs4G/wDSus=; b=Po3lsslrXr4RRo6DfeI08u122pqQHnPF/TCeUfHvBVP/TsaFX8pdj3epZ9gjANPYsikUDp oiT84Rcyk3O4ffwIhqGuZyyCw9HzRnvXasTSX7H70xuoIpbcWcaDxaAxPwSq7jt6n+jFMe 62o0Oh4vwD3jcl9MB6Q/XAcw7TkP9VpWGPrgru8SkCuCneg7OzKHDECNaIleYOrWaWv9ID 8nsjOjE8dxBCh4l5aqzHD0M/DUxDNR/wtisEG+F+2okuPCkDZaSnDfECkx/w0gfIKnaj6c 86LiuSn1ut333gtNfKDPuCZKafgl8QjXWEqugBnOM0qVD3rmnm4fZ6rj7HHFqA== Date: Wed, 23 Feb 2022 20:40:30 +1000 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220222130153.289215-1-zane@zanevaniperen.com> <20220222130153.289215-2-zane@zanevaniperen.com> <5b70ec35-9294-2494-8c78-21871b564052@zanevaniperen.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: Re: [FFmpeg-devel] [PATCH 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 23/2/22 19:54, Lynne wrote: > 23 Feb 2022, 07:48 by zane@zanevaniperen.com: > >>> Why the double header in the header file? It doesn't contain >>> any libuuid code. >>> >> >> It does, this was copy/pasted from libuuid, then had things stripped from it. >> Some examples: >> - https://github.com/util-linux/util-linux/blob/d65eb48039a03cdacd5450e644af917a0f08bc88/libuuid/src/unparse.c#L43 >> - https://github.com/util-linux/util-linux/blob/d65eb48039a03cdacd5450e644af917a0f08bc88/libuuid/src/parse.c#L52 >> > > I said the header *file*. It's just function definitions, there's no code there. Oh right, of course. Fixed. _______________________________________________ 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".