summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/utils.texi4
-rw-r--r--libavutil/parseutils.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/utils.texi b/doc/utils.texi
index a0073af..756c609 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -242,9 +242,9 @@ The following abbreviations are recognized:
2048x1080
@item 4kdci
4096x2160
-@item uhd1
+@item uhd2160
3840x2160
-@item uhd2
+@item uhd4320
7680x4320
@end table
diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c
index 90135bc..9fb8d0a 100644
--- a/libavutil/parseutils.c
+++ b/libavutil/parseutils.c
@@ -124,8 +124,8 @@ static const VideoSizeAbbr video_size_abbrs[] = {
{ "fwqvga", 432,240 },
{ "hvga", 480,320 },
{ "qhd", 960,540 },
- { "uhd1", 3840,2160 },
- { "uhd2", 7680,4320 },
+ { "uhd2160", 3840,2160 },
+ { "uhd4320", 7680,4320 },
};
static const VideoRateAbbr video_rate_abbrs[]= {
OpenPOWER on IntegriCloud