microsoft / media-foundation

Repository for Windows Media Foundation related tools and samples
MIT License
144 stars 31 forks source link

Remove repeated InitializeVideo method call #27

Closed cjrog closed 2 years ago

cjrog commented 2 years ago

MediaEngineUWPSample (MediaEngineWrapper.cpp) was calling InitializeVideo twice, removed the first of the calls.