Fix typo in conversion technique name (there is no UYUV, only UYVY)
This commit is contained in:
@@ -737,7 +737,7 @@ static const char *select_conversion_technique(enum video_format format)
|
||||
{
|
||||
switch (format) {
|
||||
case VIDEO_FORMAT_UYVY:
|
||||
return "UYUV_Reverse";
|
||||
return "UYVY_Reverse";
|
||||
|
||||
case VIDEO_FORMAT_YUY2:
|
||||
return "YUY2_Reverse";
|
||||
|
Reference in New Issue
Block a user