|
@@ -610,6 +610,9 @@ struct VideoFormatName {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static const VideoFormatName videoFormatNames[] = {
|
|
static const VideoFormatName videoFormatNames[] = {
|
|
|
|
|
+ /* autoselect format*/
|
|
|
|
|
+ {VideoFormat::Any, "Any"},
|
|
|
|
|
+
|
|
|
/* raw formats */
|
|
/* raw formats */
|
|
|
{VideoFormat::ARGB, "ARGB"},
|
|
{VideoFormat::ARGB, "ARGB"},
|
|
|
{VideoFormat::XRGB, "XRGB"},
|
|
{VideoFormat::XRGB, "XRGB"},
|