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 663DC42690 for ; Tue, 26 Jul 2022 10:24:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E2EE368B7E8; Tue, 26 Jul 2022 13:24:27 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C44FB68B6E8 for ; Tue, 26 Jul 2022 13:24:21 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id E5AD24AA5E for ; Tue, 26 Jul 2022 12:24:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1658831061; bh=n63tQ0ruEIC6tEn6s3iPZbgiAFsRnuusPctxOif/xJo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=fzWftc3GrtHoaWVVXzLYESQrTTUYQxnCq8dwzuPwnGPDTk5gmS/y/zgV2CzsiN3bC Wro8dMSw7vuAvA1SfD+letXus23cq/0NsdoJdeLenbXrTSrPM2Zj4BzOpM6E1SK3fp Ys71a7zlooXgo7y3ZrFCwkJSm1jijSV0t7uEWqT8= Date: Tue, 26 Jul 2022 12:24:20 +0200 Message-ID: <20220726122420.GB19131@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20220723123105.GB23484@haasn.xyz> References: <20220719122608.43974-1-ffmpeg@haasn.xyz> <20220723123105.GB23484@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v3 0/6] ICC profile support in avcodec 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Sat, 23 Jul 2022 12:31:05 +0200 Niklas Haas wrote: > On Tue, 19 Jul 2022 14:26:02 +0200 Niklas Haas wrote: > > Changes in v3: > > - switch from `int icc_profiles` to a new AV_CODEC_FLAG2 to avoid ABI > > break > > - rebased onto master and fixed merge conflicts > > > > Changes in v2: > > - remove unnecessary import > > - fixed assignment-instead-of-equality > > - fixed #ifdef -> #if > > Ping. Any objections to merging as-is? Will apply in 48h if there are no further comments. _______________________________________________ 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".