mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-26 07:08:34 -05:00
Add name for VideoFormat::Any
This commit is contained in:
@@ -610,6 +610,9 @@ struct VideoFormatName {
|
||||
};
|
||||
|
||||
static const VideoFormatName videoFormatNames[] = {
|
||||
/* autoselect format*/
|
||||
{VideoFormat::Any, "Any"},
|
||||
|
||||
/* raw formats */
|
||||
{VideoFormat::ARGB, "ARGB"},
|
||||
{VideoFormat::XRGB, "XRGB"},
|
||||
|
||||
Reference in New Issue
Block a user