On Wed, Jan 12, 2022 at 10:49:56AM +0100, Andreas Rheinhardt wrote: > [email protected]: > > From: Limin Wang <[email protected]> > > > > 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 <[email protected]> > > --- > > 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". -- Thanks, Limin Wang _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
