DirectShow: avoid unnecessary RGB32 -> BGR32 conversion.
authorYoann Lopes <yoann.lopes@digia.com>
Fri, 19 Jul 2013 12:36:06 +0000 (14:36 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 19 Jul 2013 12:43:26 +0000 (14:43 +0200)
commitc74b544610376c753ea0a29ff2465e2bcfe70e1d
treeecd73cf4ec717a04168e0e8d9e0df563e8b97925
parentd8e56bc4b8d2bb35074d1158a068832054386c1a
DirectShow: avoid unnecessary RGB32 -> BGR32 conversion.

Frames in the RGB32 format are actually using the BGR byte order, no need
to do the conversion.

Task-number: QTBUG-29206
Change-Id: I13527bd9dacc8330df78beb0965b31469c1d7a87
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
src/plugins/directshow/camera/dscamerasession.cpp