WMF: fix RGB24 format matching.
authorYoann Lopes <yoann.lopes@theqtcompany.com>
Thu, 12 Mar 2015 13:52:52 +0000 (14:52 +0100)
committerYoann Lopes <yoann.lopes@theqtcompany.com>
Wed, 18 Mar 2015 10:54:19 +0000 (10:54 +0000)
commit2d8fcc15604a62037570d8c4729d74d200433f01
treea976d32100af3e2e339d64592af2afa2bf8ba5cf
parent7420fb409a36780d966c4e7e2b79b098e339fb4c
WMF: fix RGB24 format matching.

MFVideoFormat_RGB24 has a BGR layout and should therefore be matched to
QVideoFrame::Format_BGR24, not Format_RGB24.

Task-number: QTBUG-42323
Change-Id: I1749b575b1738168e3d3c0d055dee10f6d870c0c
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
src/plugins/wmf/player/mfvideorenderercontrol.cpp