microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.23k forks source link

MF playback app to demonstrate use of EVRPresenter; the error in the EVRPresenter code. #295

Open vasilich-tregub opened 1 year ago

vasilich-tregub commented 1 year ago

The Usage section of the EVRPresenter sample is outdated, the instruction on a MF application does not work. I created a solution to demonstrate the use of EVRPresenter (see repository https://github.com/vasilich-tregub/MFEVRPlayback). The solution includes also a project EVRPresenter which is basically a branch of Windows custom EVR presenter sample. I found the bug in the master branch of EVRPresenter library, fixed this bug, and included the corrected version in my repository.