parseutil: Use non ambiguous aliases for uhd
uhd1 and uhd2 would be ambigous.
This commit is contained in:
parent
9ed6f9a17c
commit
219b39a71a
2 changed files with 4 additions and 4 deletions
|
@ -82,8 +82,8 @@ static const VideoSizeAbbr video_size_abbrs[] = {
|
|||
{ "hd1080", 1920,1080 },
|
||||
{ "2kdci", 2048,1080 },
|
||||
{ "4kdci", 4096,2160 },
|
||||
{ "uhd1", 3840,2160 },
|
||||
{ "uhd2", 7680,4320 },
|
||||
{ "uhd2160", 3840,2160 },
|
||||
{ "uhd4320", 7680,4320 },
|
||||
};
|
||||
|
||||
static const VideoRateAbbr video_rate_abbrs[]= {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue