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 373CD42901 for ; Tue, 11 Jan 2022 01:28:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 064A068A841; Tue, 11 Jan 2022 03:28:14 +0200 (EET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 62385680923 for ; Tue, 11 Jan 2022 03:28:07 +0200 (EET) Received: by mail-pj1-f52.google.com with SMTP id pj2so14684936pjb.2 for ; Mon, 10 Jan 2022 17:28:07 -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=KhqWvL2bj5SUx0wvQE95E1yCthyj6sQOr8czGzMxUyw=; b=D1noN9CD+P31ISJ5nEj0nupI2Sm+osT6F67RsVzPyWR/M8MomYgs5vXUPT8XHGjt8I Ol02DBZ0ViL8zwxmQXo8tcxdoHAC9ujACDeYZvEbuT1dLHzFtWa6sFq+nxOiarYwYsMN a4lTA4qCi6AtaRPJfC4ZPEE0qquiQWokjyqNBAHgmkCde13j9zSvA/H0y6QYnFh21Eha n6uoqTYzLZ2cKSHR4ZG/suTgElc6N/GJELQiVBfDhysu1xHZsjyV0Xax/jeD9lt9HriN +RclVM7+UdPCv7VQYT41TNTfucOdhtCqcPC+ZjwTtL5AmCeER7p21Y1s/3xqZQ9mblrQ j4vw== 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=KhqWvL2bj5SUx0wvQE95E1yCthyj6sQOr8czGzMxUyw=; b=cAwNCI77TKxvTHiP+H+e77YId7vO0qlxtJTV3+nZAhPcTqwKnixKTzRAixCD5Rbi5D 3Rs+RMbzs/KGhti6ZtFjqGEusrUsabjbPlFG+BF9EaST1iy8lghraf+6EX3MrIXkGcRt LeZQQ1QWVsCJh8ugaCt6Nn7m8PUuVhIiTzhrMo3b1gAhRwKM7EXjliVXSp3ru6vfz5v2 96Y9pPO3urMLZAqNVPyI8yg24Ksc3mAngHxdwbmhFoRknRuMrG9L/zWU1M7Cy/l9AQJU lUhj3M5B38XgHSBQDbzBYaiyGzwTv0fOjmgH6ZY1jfTyStxqh6JfUIHPej5jNQEla5pl h4iQ== X-Gm-Message-State: AOAM532WJxuPqXqFQcOeHXRLHT0w7KeWKs8EhBOyzZhb0SV/hPzpJ5ys mqYz3TXTN1cI4T2Z2+ZdRZTjj9ApJgs= X-Google-Smtp-Source: ABdhPJxwP2ghk6Lap/8iQXu30O/kFf15KVmcYEXZYJWKpi3tCwRQoc++MmAaTLc0oEWMdvxvqDgp8Q== X-Received: by 2002:a17:902:bb16:b0:149:f6f1:c0 with SMTP id im22-20020a170902bb1600b00149f6f100c0mr2226434plb.151.1641864484909; Mon, 10 Jan 2022 17:28:04 -0800 (PST) Received: from gmail.com ([161.117.202.209]) by smtp.gmail.com with ESMTPSA id h3sm240481pjk.48.2022.01.10.17.28.03 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jan 2022 17:28:04 -0800 (PST) Date: Tue, 11 Jan 2022 09:28:01 +0800 From: lance.lmwang@gmail.com To: ffmpeg-devel@ffmpeg.org Message-ID: <20220111012801.GA8324@gmail.com> Mail-Followup-To: ffmpeg-devel@ffmpeg.org References: <1635344836-23293-1-git-send-email-lance.lmwang@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 1/2] avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440p 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 Mon, Jan 10, 2022 at 07:16:50PM +0100, Andreas Rheinhardt wrote: > lance.lmwang@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavutil/parseutils.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c > > index 7f678cd..19bbdde 100644 > > --- a/libavutil/parseutils.c > > +++ b/libavutil/parseutils.c > > @@ -102,6 +102,7 @@ static const VideoSizeAbbr video_size_abbrs[] = { > > { "wsxga", 1600,1024 }, > > { "wuxga", 1920,1200 }, > > { "woxga", 2560,1600 }, > > + { "wqhd", 2560,1440 }, > > { "wqsxga", 3200,2048 }, > > { "wquxga", 3840,2400 }, > > { "whsxga", 6400,4096 }, > > @@ -111,6 +112,7 @@ static const VideoSizeAbbr video_size_abbrs[] = { > > { "hd480", 852, 480 }, > > { "hd720", 1280, 720 }, > > { "hd1080", 1920,1080 }, > > + { "qhd", 2560,1440 }, > > { "2k", 2048,1080 }, /* Digital Cinema System Specification */ > > { "2kdci", 2048,1080 }, > > { "2kflat", 1998,1080 }, > > > > This code added a second qhd abbreviation to this list; it precedes and > therefore overrides the earlier dimension of 960x540. Ticket #9591 is > about this. > According to Wikipedia, qHD is 960x540 (q stands for quarter in this > case) and QHD is 2560x1440 (Q is quad). So maybe an ad-hoc check for > this would be appropriate? Sorry, I'll change the qhd to quadhd to avoid the name conflict. > > - 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".