Explorar o código

Add name for VideoFormat::Any

Palana %!s(int64=11) %!d(string=hai) anos
pai
achega
45d42af46c
Modificáronse 1 ficheiros con 3 adicións e 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"},