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 56D3D402E1 for ; Sat, 23 Jul 2022 10:31:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 45E6768B698; Sat, 23 Jul 2022 13:31:13 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AF3F268B398 for ; Sat, 23 Jul 2022 13:31:06 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 9AB504AA8A for ; Sat, 23 Jul 2022 12:31:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1658572265; bh=g3G2UquWl57rA4oUx/kQD5tk+72NTAByTUhG2n6/wuU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=cKClZ2ozd6k8i5/lb7+DK5UyYCnVeMnjVwIR90zkf+3UqyN0E8XYlck9/wLgezGBI Z08e26HYJsEH+YkprpoSPRFThRo5oEzOAh66XfV4HBsytzIz8mQvYpT0+/7RHAaJSj OyLO2kQKIjU7EXalJwW7tCwY1YFaClqBirwfKfWo= Date: Sat, 23 Jul 2022 12:31:05 +0200 Message-ID: <20220723123105.GB23484@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20220719122608.43974-1-ffmpeg@haasn.xyz> References: <20220719122608.43974-1-ffmpeg@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 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? _______________________________________________ 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".