Add name for VideoFormat::Any

This commit is contained in:
Palana 2014-07-02 19:07:48 +02:00
parent 1052590aa5
commit 45d42af46c

View File

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