Explorar el Código

Add name for VideoFormat::Any

Palana hace 11 años
padre
commit
45d42af46c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"},