We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79cad commit 38085bcCopy full SHA for 38085bc
Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/TransformAsync.cpp
@@ -212,7 +212,7 @@ HRESULT TransformAsync::SubmitEval(IMFSample* pInput)
212
inputSample->GetUINT64(TransformAsync_MFSampleExtension_Marker, &markerID);
213
214
// Make sure this model isn't already running, if so drop the frame and move on.
215
- if(model->m_syncStarted == false)
+ if(!model->m_syncStarted)
216
{
217
// Extract an IDirect3DSurface from the input and output samples to use for inference,
218
IDirect3DSurface src = SampleToD3Dsurface(inputSample.get());
0 commit comments