j
k
j a
j l
Nikolay Sivov (@nsivov) commented about dlls/mfmediaengine/main.c:
{ if (!(engine->flags & FLAGS_ENGINE_PAUSED)) { if (FAILED(hr = IMFMediaSession_Pause(engine->session))) goto done;
{ if (!(engine->flags & FLAGS_ENGINE_PAUSED)) {
if (FAILED(hr = IMFMediaSession_Pause(engine->session)))
goto done;
Please rework this without a goto.
Back to the thread
Back to the list