Sfoglia il codice sorgente

Add name for VideoFormat::Any

Palana 11 anni fa
parent
commit
45d42af46c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      plugins/win-dshow/win-dshow.cpp

+ 3 - 0
plugins/win-dshow/win-dshow.cpp

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