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 E523547820 for ; Sat, 23 Sep 2023 14:57:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 150C168C9B6; Sat, 23 Sep 2023 17:57:26 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 694F368C09A for ; Sat, 23 Sep 2023 17:57:20 +0300 (EEST) Received: from localhost (unknown [193.1.64.8]) by haasn.dev (Postfix) with ESMTPSA id 1B69242157; Sat, 23 Sep 2023 16:57:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1695481040; bh=0tfyLScUL6Idnn77vSWd0ofod943+abBYRjxpv0j5WU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=vsT3tUbOzlcey1h7hWdcW/aOrpi7H6H9/LqNRN+dqt4Bj65SAAtfJycdN0mPUAhC/ nsG5fgYvRt66hc84t+RvIHZGrZ1tLqkdGRI7FGZqK8ZNYIy+LTJMcK0UtUBndA3fLW 4XDIY3yv2ROK8ugxytbJMz0xRctD/Byl9ccTLhlw= Date: Sat, 23 Sep 2023 15:57:19 +0100 Message-ID: <20230923155719.GD24287@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20230331154956.3675424-1-chemag@gmail.com> References: <20230331154956.3675424-1-chemag@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH 0/1] add limited|full aliases for -color_range parameter 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 Cc: Chema Gonzalez 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 Fri, 31 Mar 2023 08:49:55 -0700 Chema Gonzalez wrote: > Add limited|full aliases for -color_range parameter. > > Chema Gonzalez (1): > pixdesc: add limited|full aliases for -color_range parameter > > doc/codecs.texi | 2 ++ > libavcodec/options_table.h | 2 ++ > 2 files changed, 4 insertions(+) > > -- > 2.39.2 > > _______________________________________________ > 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". LGTM. _______________________________________________ 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".