Commit 523494be authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

DirectShowPlayerService::doSetVideoProbe(): Break out of loop

Fix g++ 7.1 warning:
player\directshowplayerservice.cpp:724:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (SUCCEEDED(DirectShowUtils::connectFilters(m_graph, m_source, m_videoSampleGrabber->filter(), true)))

player\directshowplayerservice.cpp:726:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
             break;

Amends 8e4d966f

.

Change-Id: I491e14e0116140d2ebb870441c2f048a2d7ddc31
Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
parent 14c884d9
Branches
Tags
Showing with 2 additions and 1 deletion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment