Add name for VideoFormat::Any
This commit is contained in:
parent
1052590aa5
commit
45d42af46c
@ -610,6 +610,9 @@ struct VideoFormatName {
|
||||
};
|
||||
|
||||
static const VideoFormatName videoFormatNames[] = {
|
||||
/* autoselect format*/
|
||||
{VideoFormat::Any, "Any"},
|
||||
|
||||
/* raw formats */
|
||||
{VideoFormat::ARGB, "ARGB"},
|
||||
{VideoFormat::XRGB, "XRGB"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user