microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.27k stars 308 forks source link

MSFT: 50915398 - Add support for custom FFmpeg binary names #317

Closed brbeec closed 1 month ago

brbeec commented 1 month ago

Why is this change being made?

WME uses custom names for its FFmpeg binaries to differentiate them in telemetry. We need to support both the default FFmpeg binary names and WME's custom FFmpeg binary names in the Media Player sample projects.

What changed?

How was the change tested?

I built the FFmpeg binaries with the default names and WME's custom names and verified that Ogg playback in the Media Player samples works successfully in both cases.