summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/windows/evr/evrcustompresenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/platform/windows/evr/evrcustompresenter.cpp')
-rw-r--r--src/multimedia/platform/windows/evr/evrcustompresenter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multimedia/platform/windows/evr/evrcustompresenter.cpp b/src/multimedia/platform/windows/evr/evrcustompresenter.cpp
index 894f0b1be..894a05061 100644
--- a/src/multimedia/platform/windows/evr/evrcustompresenter.cpp
+++ b/src/multimedia/platform/windows/evr/evrcustompresenter.cpp
@@ -1999,8 +1999,6 @@ static QVideoSurfaceFormat::PixelFormat pixelFormatFromMediaType(IMFMediaType *t
return QVideoSurfaceFormat::Format_RGB32;
if (subtype == MFVideoFormat_ARGB32)
return QVideoSurfaceFormat::Format_ARGB32;
- if (subtype == MFVideoFormat_RGB24)
- return QVideoSurfaceFormat::Format_RGB24;
if (subtype == MFVideoFormat_RGB565)
return QVideoSurfaceFormat::Format_RGB565;
if (subtype == MFVideoFormat_RGB555)