Browse Source

win-dshow: Remove MPEG2 (unlikely to be used)

jp9000 11 years ago
parent
commit
02d408c730
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/win-dshow/win-dshow.cpp

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

@@ -757,7 +757,6 @@ static const VideoFormatName videoFormatNames[] = {
 	{VideoFormat::HDYC,  "HDYC"},
 	{VideoFormat::HDYC,  "HDYC"},
 
 
 	/* encoded formats */
 	/* encoded formats */
-	{VideoFormat::MPEG2, "MPEG2"},
 	{VideoFormat::MJPEG, "MJPEG"},
 	{VideoFormat::MJPEG, "MJPEG"},
 	{VideoFormat::H264,  "H264"}
 	{VideoFormat::H264,  "H264"}
 };
 };