diff --git a/plugins/win-dshow/win-dshow.cpp b/plugins/win-dshow/win-dshow.cpp index d5badb528..b50368d09 100644 --- a/plugins/win-dshow/win-dshow.cpp +++ b/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"},