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 B1A8142BB1 for ; Wed, 12 Jan 2022 09:53:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 81E1F68ADE7; Wed, 12 Jan 2022 11:53:01 +0200 (EET) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6E4C6680BBE for ; Wed, 12 Jan 2022 11:52:55 +0200 (EET) Received: by mail-pl1-f180.google.com with SMTP id h1so3340712pls.11 for ; Wed, 12 Jan 2022 01:52:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=WabQ6WlvWjJ1tmsa/0bklasDpEDwxDvn9u6KL03VNgM=; b=qcSDNQ78dMiKTiVyKVQ+vt1NRbxU88+FC07a50bweqj6D2yt2Fb41qKWZw1uQM3L78 +stDpJ2QkCVeWjk4JHs3cmPM4MW8mI10MowZoiyQE0rj/1DwUWFdtIs1iNKbFHsSWh8M buawIImL9QRC9o0iVhGrtQ6gCyuLey7TnlmGv1BO3hHAq8o09F9iGyY6OInJ424BLljc ZPNljDrsS6c00zw637JOhJLJjSHsr+boKeKKLGDfmw+OTq6qJlKX+zt1i7apm/XEP+sI AP2t5i9LNjJR1vSvOfXOGFmf3vG6hzXZI2lTX3skbGuqtkXil4I64A3J95S44tNVZVC1 ZbxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to; bh=WabQ6WlvWjJ1tmsa/0bklasDpEDwxDvn9u6KL03VNgM=; b=ID+gSPrwHRe2wWqIlx+nH0zaoGGqmFcZXM0T+l+ZGoDIpljJIGA/LGywSBQ4LDeQrq /EOUNemqsNP6bi5sLwqxAqB3qSA3n9vIDrlOInqqewWfTounTalV1wrPcS2SQZG9hOMi NiB9F+y3uO7ZbHCGvqVEOXFQFsdW9Mt13uj9k/hk8FDkJZ8gHS0YLlIvPoA/8XOG1ZcM NpJjZutnALpyc4ORBayskMl8uwpwMcoxHUygvfMthi3U+n+HR61KVzKSz9OKqD7KdD95 U2QoJpR6nEd+1vcM+RKVy7XiMNmFPAZmwEyjIP0ZtHiJinvDJXZ566LL72gDEqL2laqB x23Q== X-Gm-Message-State: AOAM530v+/TvezUnOGmIjDvVQmSJFRrxzAthsw8LtwEVW9pCJRZD4Mnl zAQ/GPwS3L8spekJczKtpr2xUMirFEA= X-Google-Smtp-Source: ABdhPJzAJ75x9DCPg/7tLJhwHM70AB4CMJ28I2Y9ykmmS6WN+5hnRLtYzBMGRHS7MBEX82HEYTUmOA== X-Received: by 2002:a17:903:2352:b0:14a:b4a:4629 with SMTP id c18-20020a170903235200b0014a0b4a4629mr8512075plh.45.1641981172869; Wed, 12 Jan 2022 01:52:52 -0800 (PST) Received: from gmail.com ([161.117.202.209]) by smtp.gmail.com with ESMTPSA id h21sm10354221pfo.38.2022.01.12.01.52.51 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Jan 2022 01:52:52 -0800 (PST) Date: Wed, 12 Jan 2022 17:52:49 +0800 From: lance.lmwang@gmail.com To: ffmpeg-devel@ffmpeg.org Message-ID: <20220112095249.GA10510@gmail.com> Mail-Followup-To: ffmpeg-devel@ffmpeg.org References: <1641867345-17525-1-git-send-email-lance.lmwang@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avutil/parseutils: use quadhd for Quad HD 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 Wed, Jan 12, 2022 at 10:49:56AM +0100, Andreas Rheinhardt wrote: > lance.lmwang@gmail.com: > > From: Limin Wang > > > > qHD is 960x540 (q stands for quarter) and QHD is 2560x1440 (Q is quad). > > use quadhd for QHD for abbreviation. > > > > Fix ticket#9591 > > > > Signed-off-by: Limin Wang > > --- > > libavutil/parseutils.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c > > index 19bbdde..94e88e0 100644 > > --- a/libavutil/parseutils.c > > +++ b/libavutil/parseutils.c > > @@ -112,7 +112,7 @@ static const VideoSizeAbbr video_size_abbrs[] = { > > { "hd480", 852, 480 }, > > { "hd720", 1280, 720 }, > > { "hd1080", 1920,1080 }, > > - { "qhd", 2560,1440 }, > > + { "quadhd", 2560,1440 }, > > { "2k", 2048,1080 }, /* Digital Cinema System Specification */ > > { "2kdci", 2048,1080 }, > > { "2kflat", 1998,1080 }, > > > > No objections from me for that. If no one else objects, you should apply > it and also backport it to 5.0. Thanks, will apply and backport it to 5.0 > > - Andreas > _______________________________________________ > 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". -- Thanks, Limin Wang _______________________________________________ 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".