@@ -1584,6 +1584,20 @@ static const std::map<int, std::string> pixel_format_table =
15841584 {VideoInfo::CS_RGBAP14 , " RGBAP14" },
15851585 {VideoInfo::CS_RGBAP16 , " RGBAP16" },
15861586 {VideoInfo::CS_RGBAPS , " RGBAPS" },
1587+
1588+ {VideoInfo::CS_YUV440 , " YUV440" },
1589+ {VideoInfo::CS_YUV440P10 , " YUV440P10" },
1590+ {VideoInfo::CS_YUV440P12 , " YUV440P12" },
1591+ {VideoInfo::CS_YUV440P14 , " YUV440P14" },
1592+ {VideoInfo::CS_YUV440P16 , " YUV440P16" },
1593+ {VideoInfo::CS_YUV440PS , " YUV440PS" },
1594+
1595+ {VideoInfo::CS_YUVA440 , " YUVA440" },
1596+ {VideoInfo::CS_YUVA440P10 , " YUVA440P10" },
1597+ {VideoInfo::CS_YUVA440P12 , " YUVA440P12" },
1598+ {VideoInfo::CS_YUVA440P14 , " YUVA440P14" },
1599+ {VideoInfo::CS_YUVA440P16 , " YUVA440P16" },
1600+ {VideoInfo::CS_YUVA440PS , " YUVA440PS" },
15871601};
15881602
15891603static const std::multimap<int , std::string> pixel_format_table_ex =
@@ -1601,6 +1615,8 @@ static const std::multimap<int, std::string> pixel_format_table_ex =
16011615 {VideoInfo::CS_YUVA420 , " YUVA420P8" },
16021616 {VideoInfo::CS_YUVA422 , " YUVA422P8" },
16031617 {VideoInfo::CS_YUVA444 , " YUVA444P8" },
1618+ {VideoInfo::CS_YUV440 , " YUV440P8" },
1619+ {VideoInfo::CS_YUVA440 , " YUVA440P8" },
16041620};
16051621
16061622const char *GetPixelTypeName (const int pixel_type)
0 commit comments