Kaynağa Gözat

Add name for VideoFormat::Any

Palana 11 yıl önce
ebeveyn
işleme
45d42af46c
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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"},